Html Css Color HEX #F2008A Hollywood Cerise

📋 copy color: '#F2008A'

red 242 ◦ green 0 ◦ blue 138

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

Shades of Hollywood Cerise #F2008A

Tints of Hollywood Cerise #F2008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.32%

R = 63.68%
G = 0%
B = 36.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2008A (or 0xF2008A) is known color: Hollywood Cerise. HEX triplet: F2, 00 and 8A. RGB value is (242,0,138). Sum of RGB (Red+Green+Blue) = 242+0+138=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F2008A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2008A is #0DFF75. Grayscale: #575757. Windows color (decimal): -917366 or 9044210. OLE color: 9044210.

HSL color Cylindrical-coordinate representation of color #F2008A: hue angle of 325.79º 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 #F2008A is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 0 138 -
CMYK 0 1 0.43 0.05
HSL 325.79º 1% 0.47% -
HSV(B) 325.79º 1% 0.95% -
XYZ 41.21 20.71 25.87 -
YUV 88.09 156.17 237.78 -
System Red Green Blue C M Y K H S L
Decimal 242 0 138 0 1 0.43 0.05 325.79 1 0.47
Hex F2 0 8A 0 64 2B 5 146 64 2F
Octal 362 0 212 0 144 53 5 506 144 57
Binary 11110010 0 10001010 0 1100100 101011 101 101000110 1100100 101111

Color Harmonies of #F2008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2008A

Black with #F2008A

Text Example


Text Example

White with #F2008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2008A; }

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

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

background-color css

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

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

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

border-color css

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

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

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