Html Css Color HEX #F206A8 Hollywood Cerise

📋 copy color: '#F206A8'

red 242 ◦ green 6 ◦ blue 168

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

Shades of Hollywood Cerise #F206A8

Tints of Hollywood Cerise #F206A8

RGB

 RED value IS 242 (94.92% from 255) = 58.17%

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

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

R = 58.17%
G = 1.44%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F206A8 (or 0xF206A8) is known color: Hollywood Cerise. HEX triplet: F2, 06 and A8. RGB value is (242,6,168). Sum of RGB (Red+Green+Blue) = 242+6+168=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 6 (2.73% from 255 or 1.44% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F206A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F206A8 is #0DF957. Grayscale: #5E5E5E. Windows color (decimal): -915800 or 11011826. OLE color: 11011826.

HSL color Cylindrical-coordinate representation of color #F206A8: hue angle of 318.81º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F206A8 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 6 168 -
CMYK 0 0.98 0.31 0.05
HSL 318.81º 0.95% 0.49% -
HSV(B) 318.81º 0.98% 0.95% -
XYZ 43.75 21.83 38.95 -
YUV 95.03 169.19 232.83 -
System Red Green Blue C M Y K H S L
Decimal 242 6 168 0 0.98 0.31 0.05 318.81 0.95 0.49
Hex F2 6 A8 0 62 1F 5 13F 5F 31
Octal 362 6 250 0 142 37 5 477 137 61
Binary 11110010 110 10101000 0 1100010 11111 101 100111111 1011111 110001

Color Harmonies of #F206A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F206A8

Black with #F206A8

Text Example


Text Example

White with #F206A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F206A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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