Html Css Color HEX #F94AF0 Pink Flamingo

📋 copy color: '#F94AF0'

red 249 ◦ green 74 ◦ blue 240

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

Shades of Pink Flamingo #F94AF0

Tints of Pink Flamingo #F94AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.63%

R = 44.23%
G = 13.14%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F94AF0 (or 0xF94AF0) is known color: Pink Flamingo. HEX triplet: F9, 4A and F0. RGB value is (249,74,240). Sum of RGB (Red+Green+Blue) = 249+74+240=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 74 (29.30% from 255 or 13.14% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F94AF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F94AF0 is #06B50F. Grayscale: #909090. Windows color (decimal): -439568 or 15747833. OLE color: 15747833.

HSL color Cylindrical-coordinate representation of color #F94AF0: hue angle of 303.09º 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 #F94AF0 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 74 240 -
CMYK 0 0.70 0.04 0.02
HSL 303.09º 0.94% 0.63% -
HSV(B) 303.09º 0.7% 0.98% -
XYZ 57.24 31.33 85.47 -
YUV 145.25 181.48 202 -
System Red Green Blue C M Y K H S L
Decimal 249 74 240 0 0.70 0.04 0.02 303.09 0.94 0.63
Hex F9 4A F0 0 46 4 2 12F 5E 3F
Octal 371 112 360 0 106 4 2 457 136 77
Binary 11111001 1001010 11110000 0 1000110 100 10 100101111 1011110 111111

Color Harmonies of #F94AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94AF0

Black with #F94AF0

Text Example


Text Example

White with #F94AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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