Html Css Color HEX #F50499 Hollywood Cerise

📋 copy color: '#F50499'

red 245 ◦ green 4 ◦ blue 153

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

Shades of Hollywood Cerise #F50499

Tints of Hollywood Cerise #F50499

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1%

 BLUE value IS 153 (60.16% from 255) = 38.06%

R = 60.95%
G = 1%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F50499 (or 0xF50499) is known color: Hollywood Cerise. HEX triplet: F5, 04 and 99. RGB value is (245,4,153). Sum of RGB (Red+Green+Blue) = 245+4+153=402 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.95% from 402); Green value is 4 (1.95% from 255 or 1.00% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 245 - color contains mainly: red. Hex color #F50499 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50499 is #0AFB66. Grayscale: #5C5C5C. Windows color (decimal): -719719 or 10028277. OLE color: 10028277.

HSL color Cylindrical-coordinate representation of color #F50499: hue angle of 322.9º degrees, saturation: 0.97, 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 #F50499 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 4 153 -
CMYK 0 0.98 0.38 0.04
HSL 322.9º 0.97% 0.49% -
HSV(B) 322.9º 0.98% 0.96% -
XYZ 43.45 21.8 32.05 -
YUV 93.05 161.84 236.38 -
System Red Green Blue C M Y K H S L
Decimal 245 4 153 0 0.98 0.38 0.04 322.9 0.97 0.49
Hex F5 4 99 0 62 26 4 143 61 31
Octal 365 4 231 0 142 46 4 503 141 61
Binary 11110101 100 10011001 0 1100010 100110 100 101000011 1100001 110001

Color Harmonies of #F50499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50499

Black with #F50499

Text Example


Text Example

White with #F50499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50499; }

 p { color: rgb(245,4,153); }

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

background-color css

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

 a { background-color: rgb(245,4,153); }

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

border-color css

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

 span { border-color: rgb(245,4,153); }

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