Html Css Color HEX #F00C9A Hollywood Cerise

📋 copy color: '#F00C9A'

red 240 ◦ green 12 ◦ blue 154

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

Shades of Hollywood Cerise #F00C9A

Tints of Hollywood Cerise #F00C9A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.96%

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

R = 59.11%
G = 2.96%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F00C9A (or 0xF00C9A) is known color: Hollywood Cerise. HEX triplet: F0, 0C and 9A. RGB value is (240,12,154). Sum of RGB (Red+Green+Blue) = 240+12+154=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00C9A is #0FF365. Grayscale: #606060. Windows color (decimal): -1045350 or 10095856. OLE color: 10095856.

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

Color convert

RGB 240 12 154 -
CMYK 0 0.95 0.36 0.06
HSL 322.63º 0.9% 0.49% -
HSV(B) 322.63º 0.95% 0.94% -
XYZ 41.9 21.12 32.44 -
YUV 96.36 160.54 230.45 -
System Red Green Blue C M Y K H S L
Decimal 240 12 154 0 0.95 0.36 0.06 322.63 0.9 0.49
Hex F0 C 9A 0 5F 24 6 143 5A 31
Octal 360 14 232 0 137 44 6 503 132 61
Binary 11110000 1100 10011010 0 1011111 100100 110 101000011 1011010 110001

Color Harmonies of #F00C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00C9A

Black with #F00C9A

Text Example


Text Example

White with #F00C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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