Html Css Color HEX #F00994 Hollywood Cerise

📋 copy color: '#F00994'

red 240 ◦ green 9 ◦ blue 148

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

Shades of Hollywood Cerise #F00994

Tints of Hollywood Cerise #F00994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.27%

 BLUE value IS 148 (58.2% from 255) = 37.28%

R = 60.45%
G = 2.27%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F00994 (or 0xF00994) is known color: Hollywood Cerise. HEX triplet: F0, 09 and 94. RGB value is (240,9,148). Sum of RGB (Red+Green+Blue) = 240+9+148=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F00994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00994 is #0FF66B. Grayscale: #5D5D5D. Windows color (decimal): -1046124 or 9701872. OLE color: 9701872.

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

Color convert

RGB 240 9 148 -
CMYK 0 0.96 0.38 0.06
HSL 323.9º 0.93% 0.49% -
HSV(B) 323.9º 0.96% 0.94% -
XYZ 41.38 20.86 29.86 -
YUV 93.92 158.53 232.2 -
System Red Green Blue C M Y K H S L
Decimal 240 9 148 0 0.96 0.38 0.06 323.9 0.93 0.49
Hex F0 9 94 0 60 26 6 144 5D 31
Octal 360 11 224 0 140 46 6 504 135 61
Binary 11110000 1001 10010100 0 1100000 100110 110 101000100 1011101 110001

Color Harmonies of #F00994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00994

Black with #F00994

Text Example


Text Example

White with #F00994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00994; }

 p { color: rgb(240,9,148); }

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

background-color css

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

 a { background-color: rgb(240,9,148); }

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

border-color css

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

 span { border-color: rgb(240,9,148); }

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