Html Css Color HEX #F005A0 Hollywood Cerise

📋 copy color: '#F005A0'

red 240 ◦ green 5 ◦ blue 160

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

Shades of Hollywood Cerise #F005A0

Tints of Hollywood Cerise #F005A0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.23%

 BLUE value IS 160 (62.89% from 255) = 39.51%

R = 59.26%
G = 1.23%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F005A0 (or 0xF005A0) is known color: Hollywood Cerise. HEX triplet: F0, 05 and A0. RGB value is (240,5,160). Sum of RGB (Red+Green+Blue) = 240+5+160=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F005A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F005A0 is #0FFA5F. Grayscale: #5C5C5C. Windows color (decimal): -1047136 or 10487280. OLE color: 10487280.

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

Color convert

RGB 240 5 160 -
CMYK 0 0.98 0.33 0.06
HSL 320.43º 0.96% 0.48% -
HSV(B) 320.43º 0.98% 0.94% -
XYZ 42.33 21.17 35.11 -
YUV 92.94 165.86 232.9 -
System Red Green Blue C M Y K H S L
Decimal 240 5 160 0 0.98 0.33 0.06 320.43 0.96 0.48
Hex F0 5 A0 0 62 21 6 140 60 30
Octal 360 5 240 0 142 41 6 500 140 60
Binary 11110000 101 10100000 0 1100010 100001 110 101000000 1100000 110000

Color Harmonies of #F005A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F005A0

Black with #F005A0

Text Example


Text Example

White with #F005A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F005A0; }

 p { color: rgb(240,5,160); }

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

background-color css

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

 a { background-color: rgb(240,5,160); }

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

border-color css

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

 span { border-color: rgb(240,5,160); }

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