Html Css Color HEX #F94AF2 Pink Flamingo

📋 copy color: '#F94AF2'

red 249 ◦ green 74 ◦ blue 242

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

Shades of Pink Flamingo #F94AF2

Tints of Pink Flamingo #F94AF2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.1%

 BLUE value IS 242 (94.92% from 255) = 42.83%

R = 44.07%
G = 13.1%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F94AF2 (or 0xF94AF2) is known color: Pink Flamingo. HEX triplet: F9, 4A and F2. RGB value is (249,74,242). Sum of RGB (Red+Green+Blue) = 249+74+242=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 74 (29.30% from 255 or 13.10% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F94AF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F94AF2 is #06B50D. Grayscale: #909090. Windows color (decimal): -439566 or 15878905. OLE color: 15878905.

HSL color Cylindrical-coordinate representation of color #F94AF2: hue angle of 302.4º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94AF2 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 74 242 -
CMYK 0 0.70 0.03 0.02
HSL 302.4º 0.94% 0.63% -
HSV(B) 302.4º 0.7% 0.98% -
XYZ 57.54 31.45 87.04 -
YUV 145.48 182.48 201.84 -
System Red Green Blue C M Y K H S L
Decimal 249 74 242 0 0.70 0.03 0.02 302.4 0.94 0.63
Hex F9 4A F2 0 46 3 2 12E 5E 3F
Octal 371 112 362 0 106 3 2 456 136 77
Binary 11111001 1001010 11110010 0 1000110 11 10 100101110 1011110 111111

Color Harmonies of #F94AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94AF2

Black with #F94AF2

Text Example


Text Example

White with #F94AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94AF2; }

 p { color: rgb(249,74,242); }

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

background-color css

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

 a { background-color: rgb(249,74,242); }

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

border-color css

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

 span { border-color: rgb(249,74,242); }

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