Html Css Color HEX #F00095 Hollywood Cerise

📋 copy color: '#F00095'

red 240 ◦ green 0 ◦ blue 149

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

Shades of Hollywood Cerise #F00095

Tints of Hollywood Cerise #F00095

RGB

 RED value IS 240 (94.14% from 255) = 61.7%

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

 BLUE value IS 149 (58.59% from 255) = 38.3%

R = 61.7%
G = 0%
B = 38.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F00095 (or 0xF00095) is known color: Hollywood Cerise. HEX triplet: F0, 00 and 95. RGB value is (240,0,149). Sum of RGB (Red+Green+Blue) = 240+0+149=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F00095 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00095 is #0FFF6A. Grayscale: #585858. Windows color (decimal): -1048427 or 9765104. OLE color: 9765104.

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

Color convert

RGB 240 0 149 -
CMYK 0 1 0.38 0.06
HSL 322.75º 1% 0.47% -
HSV(B) 322.75º 1% 0.94% -
XYZ 41.36 20.7 30.25 -
YUV 88.75 162.01 235.88 -
System Red Green Blue C M Y K H S L
Decimal 240 0 149 0 1 0.38 0.06 322.75 1 0.47
Hex F0 0 95 0 64 26 6 143 64 2F
Octal 360 0 225 0 144 46 6 503 144 57
Binary 11110000 0 10010101 0 1100100 100110 110 101000011 1100100 101111

Color Harmonies of #F00095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00095

Black with #F00095

Text Example


Text Example

White with #F00095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00095; }

 p { color: rgb(240,0,149); }

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

background-color css

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

 a { background-color: rgb(240,0,149); }

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

border-color css

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

 span { border-color: rgb(240,0,149); }

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