Html Css Color HEX #F00F9A Hollywood Cerise

📋 copy color: '#F00F9A'

red 240 ◦ green 15 ◦ blue 154

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

Shades of Hollywood Cerise #F00F9A

Tints of Hollywood Cerise #F00F9A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.67%

 BLUE value IS 154 (60.55% from 255) = 37.65%

R = 58.68%
G = 3.67%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F00F9A (or 0xF00F9A) is known color: Hollywood Cerise. HEX triplet: F0, 0F and 9A. RGB value is (240,15,154). Sum of RGB (Red+Green+Blue) = 240+15+154=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00F9A is #0FF065. Grayscale: #616161. Windows color (decimal): -1044582 or 10096624. OLE color: 10096624.

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

Color convert

RGB 240 15 154 -
CMYK 0 0.94 0.36 0.06
HSL 322.93º 0.88% 0.5% -
HSV(B) 322.93º 0.94% 0.94% -
XYZ 41.94 21.2 32.45 -
YUV 98.12 159.54 229.2 -
System Red Green Blue C M Y K H S L
Decimal 240 15 154 0 0.94 0.36 0.06 322.93 0.88 0.5
Hex F0 F 9A 0 5E 24 6 143 58 32
Octal 360 17 232 0 136 44 6 503 130 62
Binary 11110000 1111 10011010 0 1011110 100100 110 101000011 1011000 110010

Color Harmonies of #F00F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00F9A

Black with #F00F9A

Text Example


Text Example

White with #F00F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00F9A; }

 p { color: rgb(240,15,154); }

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

background-color css

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

 a { background-color: rgb(240,15,154); }

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

border-color css

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

 span { border-color: rgb(240,15,154); }

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