Html Css Color HEX #F006A8 Hollywood Cerise

📋 copy color: '#F006A8'

red 240 ◦ green 6 ◦ blue 168

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

Shades of Hollywood Cerise #F006A8

Tints of Hollywood Cerise #F006A8

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.45%

 BLUE value IS 168 (66.02% from 255) = 40.58%

R = 57.97%
G = 1.45%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F006A8 (or 0xF006A8) is known color: Hollywood Cerise. HEX triplet: F0, 06 and A8. RGB value is (240,6,168). Sum of RGB (Red+Green+Blue) = 240+6+168=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 6 (2.73% from 255 or 1.45% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F006A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F006A8 is #0FF957. Grayscale: #5E5E5E. Windows color (decimal): -1046872 or 11011824. OLE color: 11011824.

HSL color Cylindrical-coordinate representation of color #F006A8: hue angle of 318.46º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F006A8 is Cyan = 0, Magento = 0.98, Yellow = 0.3 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 6 168 -
CMYK 0 0.98 0.3 0.06
HSL 318.46º 0.95% 0.48% -
HSV(B) 318.46º 0.98% 0.94% -
XYZ 43.07 21.48 38.92 -
YUV 94.43 169.52 231.83 -
System Red Green Blue C M Y K H S L
Decimal 240 6 168 0 0.98 0.3 0.06 318.46 0.95 0.48
Hex F0 6 A8 0 62 1E 6 13E 5F 30
Octal 360 6 250 0 142 36 6 476 137 60
Binary 11110000 110 10101000 0 1100010 11110 110 100111110 1011111 110000

Color Harmonies of #F006A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F006A8

Black with #F006A8

Text Example


Text Example

White with #F006A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F006A8; }

 p { color: rgb(240,6,168); }

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

background-color css

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

 a { background-color: rgb(240,6,168); }

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

border-color css

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

 span { border-color: rgb(240,6,168); }

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