Html Css Color HEX #F00FAD Hollywood Cerise

📋 copy color: '#F00FAD'

red 240 ◦ green 15 ◦ blue 173

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

Shades of Hollywood Cerise #F00FAD

Tints of Hollywood Cerise #F00FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.42%

R = 56.07%
G = 3.5%
B = 40.42%

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

#F00FAD (or 0xF00FAD) is known color: Hollywood Cerise. HEX triplet: F0, 0F and AD. RGB value is (240,15,173). Sum of RGB (Red+Green+Blue) = 240+15+173=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FAD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00FAD is #0FF052. Grayscale: #636363. Windows color (decimal): -1044563 or 11341808. OLE color: 11341808.

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

Color convert

RGB 240 15 173 -
CMYK 0 0.94 0.28 0.06
HSL 317.87º 0.88% 0.5% -
HSV(B) 317.87º 0.94% 0.94% -
XYZ 43.65 21.88 41.46 -
YUV 100.29 169.04 227.65 -
System Red Green Blue C M Y K H S L
Decimal 240 15 173 0 0.94 0.28 0.06 317.87 0.88 0.5
Hex F0 F AD 0 5E 1C 6 13E 58 32
Octal 360 17 255 0 136 34 6 476 130 62
Binary 11110000 1111 10101101 0 1011110 11100 110 100111110 1011000 110010

Color Harmonies of #F00FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00FAD

Black with #F00FAD

Text Example


Text Example

White with #F00FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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