Html Css Color HEX #F208A8 Hollywood Cerise

📋 copy color: '#F208A8'

red 242 ◦ green 8 ◦ blue 168

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

Shades of Hollywood Cerise #F208A8

Tints of Hollywood Cerise #F208A8

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.91%

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

R = 57.89%
G = 1.91%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F208A8 (or 0xF208A8) is known color: Hollywood Cerise. HEX triplet: F2, 08 and A8. RGB value is (242,8,168). Sum of RGB (Red+Green+Blue) = 242+8+168=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 8 (3.52% from 255 or 1.91% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F208A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F208A8 is #0DF757. Grayscale: #5F5F5F. Windows color (decimal): -915288 or 11012338. OLE color: 11012338.

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

Color convert

RGB 242 8 168 -
CMYK 0 0.97 0.31 0.05
HSL 318.97º 0.94% 0.49% -
HSV(B) 318.97º 0.97% 0.95% -
XYZ 43.77 21.88 38.96 -
YUV 96.21 168.52 231.99 -
System Red Green Blue C M Y K H S L
Decimal 242 8 168 0 0.97 0.31 0.05 318.97 0.94 0.49
Hex F2 8 A8 0 61 1F 5 13F 5E 31
Octal 362 10 250 0 141 37 5 477 136 61
Binary 11110010 1000 10101000 0 1100001 11111 101 100111111 1011110 110001

Color Harmonies of #F208A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F208A8

Black with #F208A8

Text Example


Text Example

White with #F208A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F208A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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