Html Css Color HEX #F2008C Hollywood Cerise

📋 copy color: '#F2008C'

red 242 ◦ green 0 ◦ blue 140

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

Shades of Hollywood Cerise #F2008C

Tints of Hollywood Cerise #F2008C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 63.35%
G = 0%
B = 36.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2008C (or 0xF2008C) is known color: Hollywood Cerise. HEX triplet: F2, 00 and 8C. RGB value is (242,0,140). Sum of RGB (Red+Green+Blue) = 242+0+140=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F2008C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2008C is #0DFF73. Grayscale: #585858. Windows color (decimal): -917364 or 9175282. OLE color: 9175282.

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

Color convert

RGB 242 0 140 -
CMYK 0 1 0.42 0.05
HSL 325.29º 1% 0.47% -
HSV(B) 325.29º 1% 0.95% -
XYZ 41.35 20.77 26.64 -
YUV 88.32 157.17 237.62 -
System Red Green Blue C M Y K H S L
Decimal 242 0 140 0 1 0.42 0.05 325.29 1 0.47
Hex F2 0 8C 0 64 2A 5 145 64 2F
Octal 362 0 214 0 144 52 5 505 144 57
Binary 11110010 0 10001100 0 1100100 101010 101 101000101 1100100 101111

Color Harmonies of #F2008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2008C

Black with #F2008C

Text Example


Text Example

White with #F2008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2008C; }

 p { color: rgb(242,0,140); }

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

background-color css

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

 a { background-color: rgb(242,0,140); }

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

border-color css

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

 span { border-color: rgb(242,0,140); }

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