Html Css Color HEX #F5008E Hollywood Cerise

📋 copy color: '#F5008E'

red 245 ◦ green 0 ◦ blue 142

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

Shades of Hollywood Cerise #F5008E

Tints of Hollywood Cerise #F5008E

RGB

 RED value IS 245 (96.09% from 255) = 63.31%

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

 BLUE value IS 142 (55.86% from 255) = 36.69%

R = 63.31%
G = 0%
B = 36.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5008E (or 0xF5008E) is known color: Hollywood Cerise. HEX triplet: F5, 00 and 8E. RGB value is (245,0,142). Sum of RGB (Red+Green+Blue) = 245+0+142=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F5008E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5008E is #0AFF71. Grayscale: #595959. Windows color (decimal): -720754 or 9306357. OLE color: 9306357.

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

Color convert

RGB 245 0 142 -
CMYK 0 1 0.42 0.04
HSL 325.22º 1% 0.48% -
HSV(B) 325.22º 1% 0.96% -
XYZ 42.54 21.37 27.47 -
YUV 89.44 157.67 238.95 -
System Red Green Blue C M Y K H S L
Decimal 245 0 142 0 1 0.42 0.04 325.22 1 0.48
Hex F5 0 8E 0 64 2A 4 145 64 30
Octal 365 0 216 0 144 52 4 505 144 60
Binary 11110101 0 10001110 0 1100100 101010 100 101000101 1100100 110000

Color Harmonies of #F5008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5008E

Black with #F5008E

Text Example


Text Example

White with #F5008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5008E; }

 p { color: rgb(245,0,142); }

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

background-color css

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

 a { background-color: rgb(245,0,142); }

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

border-color css

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

 span { border-color: rgb(245,0,142); }

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