Html Css Color HEX #F94FF1 Pink Flamingo

📋 copy color: '#F94FF1'

red 249 ◦ green 79 ◦ blue 241

#F94FF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #F94FF1

Tints of Pink Flamingo #F94FF1

RGB

 RED value IS 249 (97.66% from 255) = 43.76%

 GREEN value IS 79 (31.25% from 255) = 13.88%

 BLUE value IS 241 (94.53% from 255) = 42.36%

R = 43.76%
G = 13.88%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F94FF1 (or 0xF94FF1) is known color: Pink Flamingo. HEX triplet: F9, 4F and F1. RGB value is (249,79,241). Sum of RGB (Red+Green+Blue) = 249+79+241=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 79 (31.25% from 255 or 13.88% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F94FF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F94FF1 is #06B00E. Grayscale: #939393. Windows color (decimal): -438287 or 15814649. OLE color: 15814649.

HSL color Cylindrical-coordinate representation of color #F94FF1: hue angle of 302.82º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F94FF1 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 79 241 -
CMYK 0 0.68 0.03 0.02
HSL 302.82º 0.93% 0.64% -
HSV(B) 302.82º 0.68% 0.98% -
XYZ 57.74 32.08 86.37 -
YUV 148.3 180.32 199.83 -
System Red Green Blue C M Y K H S L
Decimal 249 79 241 0 0.68 0.03 0.02 302.82 0.93 0.64
Hex F9 4F F1 0 44 3 2 12F 5D 40
Octal 371 117 361 0 104 3 2 457 135 100
Binary 11111001 1001111 11110001 0 1000100 11 10 100101111 1011101 1000000

Color Harmonies of #F94FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94FF1

Black with #F94FF1

Text Example


Text Example

White with #F94FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94FF1; }

 p { color: rgb(249,79,241); }

 H1.HeaderClassName
 {
   color: #F94FF1;
 }
 .AnyTagClassName
 {
   color: #F94FF1;
 }
</style>

background-color css

<style>
 a { background-color: #F94FF1; }

 a { background-color: rgb(249,79,241); }

 div.DivClassName
 {
   background-color: #F94FF1;
 }
 .BgClassName
 {
   background-color: #F94FF1;
 }
</style>

border-color css

<style>
 span { border-color: #F94FF1; }

 span { border-color: rgb(249,79,241); }

 td.TdClassName
 {
   border-color: #F94FF1;
 }
 .TagClassName
 {
   border-color: #F94FF1;
 }
</style>