Html Css Color HEX #F50596 Hollywood Cerise

📋 copy color: '#F50596'

red 245 ◦ green 5 ◦ blue 150

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

Shades of Hollywood Cerise #F50596

Tints of Hollywood Cerise #F50596

RGB

 RED value IS 245 (96.09% from 255) = 61.25%

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

 BLUE value IS 150 (58.98% from 255) = 37.5%

R = 61.25%
G = 1.25%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F50596 (or 0xF50596) is known color: Hollywood Cerise. HEX triplet: F5, 05 and 96. RGB value is (245,5,150). Sum of RGB (Red+Green+Blue) = 245+5+150=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F50596 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50596 is #0AFA69. Grayscale: #5C5C5C. Windows color (decimal): -719466 or 9831925. OLE color: 9831925.

HSL color Cylindrical-coordinate representation of color #F50596: hue angle of 323.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F50596 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 5 150 -
CMYK 0 0.98 0.39 0.04
HSL 323.75º 0.96% 0.49% -
HSV(B) 323.75º 0.98% 0.96% -
XYZ 43.22 21.72 30.77 -
YUV 93.29 160.01 236.21 -
System Red Green Blue C M Y K H S L
Decimal 245 5 150 0 0.98 0.39 0.04 323.75 0.96 0.49
Hex F5 5 96 0 62 27 4 144 60 31
Octal 365 5 226 0 142 47 4 504 140 61
Binary 11110101 101 10010110 0 1100010 100111 100 101000100 1100000 110001

Color Harmonies of #F50596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50596

Black with #F50596

Text Example


Text Example

White with #F50596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50596; }

 p { color: rgb(245,5,150); }

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

background-color css

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

 a { background-color: rgb(245,5,150); }

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

border-color css

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

 span { border-color: rgb(245,5,150); }

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