Html Css Color HEX #F00FAC Hollywood Cerise

📋 copy color: '#F00FAC'

red 240 ◦ green 15 ◦ blue 172

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

Shades of Hollywood Cerise #F00FAC

Tints of Hollywood Cerise #F00FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.28%

R = 56.21%
G = 3.51%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F00FAC (or 0xF00FAC) is known color: Hollywood Cerise. HEX triplet: F0, 0F and AC. RGB value is (240,15,172). Sum of RGB (Red+Green+Blue) = 240+15+172=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00FAC is #0FF053. Grayscale: #636363. Windows color (decimal): -1044564 or 11276272. OLE color: 11276272.

HSL color Cylindrical-coordinate representation of color #F00FAC: hue angle of 318.13º 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 #F00FAC is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 15 172 -
CMYK 0 0.94 0.28 0.06
HSL 318.13º 0.88% 0.5% -
HSV(B) 318.13º 0.94% 0.94% -
XYZ 43.55 21.85 40.95 -
YUV 100.17 168.54 227.73 -
System Red Green Blue C M Y K H S L
Decimal 240 15 172 0 0.94 0.28 0.06 318.13 0.88 0.5
Hex F0 F AC 0 5E 1C 6 13E 58 32
Octal 360 17 254 0 136 34 6 476 130 62
Binary 11110000 1111 10101100 0 1011110 11100 110 100111110 1011000 110010

Color Harmonies of #F00FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00FAC

Black with #F00FAC

Text Example


Text Example

White with #F00FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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