Html Css Color HEX #F00D98 Hollywood Cerise

📋 copy color: '#F00D98'

red 240 ◦ green 13 ◦ blue 152

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

Shades of Hollywood Cerise #F00D98

Tints of Hollywood Cerise #F00D98

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.21%

 BLUE value IS 152 (59.77% from 255) = 37.53%

R = 59.26%
G = 3.21%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F00D98 (or 0xF00D98) is known color: Hollywood Cerise. HEX triplet: F0, 0D and 98. RGB value is (240,13,152). Sum of RGB (Red+Green+Blue) = 240+13+152=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F00D98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00D98 is #0FF267. Grayscale: #606060. Windows color (decimal): -1045096 or 9965040. OLE color: 9965040.

HSL color Cylindrical-coordinate representation of color #F00D98: hue angle of 323.26º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00D98 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 13 152 -
CMYK 0 0.95 0.37 0.06
HSL 323.26º 0.9% 0.5% -
HSV(B) 323.26º 0.95% 0.94% -
XYZ 41.75 21.08 31.57 -
YUV 96.72 159.21 230.2 -
System Red Green Blue C M Y K H S L
Decimal 240 13 152 0 0.95 0.37 0.06 323.26 0.9 0.5
Hex F0 D 98 0 5F 25 6 143 5A 32
Octal 360 15 230 0 137 45 6 503 132 62
Binary 11110000 1101 10011000 0 1011111 100101 110 101000011 1011010 110010

Color Harmonies of #F00D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00D98

Black with #F00D98

Text Example


Text Example

White with #F00D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00D98; }

 p { color: rgb(240,13,152); }

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

background-color css

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

 a { background-color: rgb(240,13,152); }

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

border-color css

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

 span { border-color: rgb(240,13,152); }

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