Html Css Color HEX #F006AA Hollywood Cerise

📋 copy color: '#F006AA'

red 240 ◦ green 6 ◦ blue 170

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

Shades of Hollywood Cerise #F006AA

Tints of Hollywood Cerise #F006AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.87%

R = 57.69%
G = 1.44%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F006AA (or 0xF006AA) is known color: Hollywood Cerise. HEX triplet: F0, 06 and AA. RGB value is (240,6,170). Sum of RGB (Red+Green+Blue) = 240+6+170=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 6 (2.73% from 255 or 1.44% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F006AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F006AA is #0FF955. Grayscale: #5E5E5E. Windows color (decimal): -1046870 or 11142896. OLE color: 11142896.

HSL color Cylindrical-coordinate representation of color #F006AA: hue angle of 317.95º 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 #F006AA is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 6 170 -
CMYK 0 0.98 0.29 0.06
HSL 317.95º 0.95% 0.48% -
HSV(B) 317.95º 0.98% 0.94% -
XYZ 43.26 21.56 39.91 -
YUV 94.66 170.52 231.66 -
System Red Green Blue C M Y K H S L
Decimal 240 6 170 0 0.98 0.29 0.06 317.95 0.95 0.48
Hex F0 6 AA 0 62 1D 6 13E 5F 30
Octal 360 6 252 0 142 35 6 476 137 60
Binary 11110000 110 10101010 0 1100010 11101 110 100111110 1011111 110000

Color Harmonies of #F006AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F006AA

Black with #F006AA

Text Example


Text Example

White with #F006AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F006AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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