Html Css Color HEX #F04AF8 Pink Flamingo

📋 copy color: '#F04AF8'

red 240 ◦ green 74 ◦ blue 248

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

Shades of Pink Flamingo #F04AF8

Tints of Pink Flamingo #F04AF8

RGB

 RED value IS 240 (94.14% from 255) = 42.7%

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

 BLUE value IS 248 (97.27% from 255) = 44.13%

R = 42.7%
G = 13.17%
B = 44.13%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F04AF8 (or 0xF04AF8) is known color: Pink Flamingo. HEX triplet: F0, 4A and F8. RGB value is (240,74,248). Sum of RGB (Red+Green+Blue) = 240+74+248=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 74 (29.30% from 255 or 13.17% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 248 - color contains mainly: blue. Hex color #F04AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04AF8 is #0FB507. Grayscale: #8E8E8E. Windows color (decimal): -1029384 or 16272112. OLE color: 16272112.

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

Color convert

RGB 240 74 248 -
CMYK 0.03 0.70 0 0.03
HSL 297.24º 0.93% 0.63% -
HSV(B) 297.24º 0.7% 0.97% -
XYZ 55.33 30.2 91.72 -
YUV 143.47 187 196.85 -
System Red Green Blue C M Y K H S L
Decimal 240 74 248 0.03 0.70 0 0.03 297.24 0.93 0.63
Hex F0 4A F8 3 46 0 3 129 5D 3F
Octal 360 112 370 3 106 0 3 451 135 77
Binary 11110000 1001010 11111000 11 1000110 0 11 100101001 1011101 111111

Color Harmonies of #F04AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04AF8

Black with #F04AF8

Text Example


Text Example

White with #F04AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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