Html Css Color HEX #F50299 Hollywood Cerise

📋 copy color: '#F50299'

red 245 ◦ green 2 ◦ blue 153

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

Shades of Hollywood Cerise #F50299

Tints of Hollywood Cerise #F50299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 61.25%
G = 0.5%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F50299 (or 0xF50299) is known color: Hollywood Cerise. HEX triplet: F5, 02 and 99. RGB value is (245,2,153). Sum of RGB (Red+Green+Blue) = 245+2+153=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F50299 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50299 is #0AFD66. Grayscale: #5B5B5B. Windows color (decimal): -720231 or 10027765. OLE color: 10027765.

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

Color convert

RGB 245 2 153 -
CMYK 0 0.99 0.38 0.04
HSL 322.72º 0.98% 0.48% -
HSV(B) 322.72º 0.99% 0.96% -
XYZ 43.43 21.76 32.05 -
YUV 91.87 162.51 237.22 -
System Red Green Blue C M Y K H S L
Decimal 245 2 153 0 0.99 0.38 0.04 322.72 0.98 0.48
Hex F5 2 99 0 63 26 4 143 62 30
Octal 365 2 231 0 143 46 4 503 142 60
Binary 11110101 10 10011001 0 1100011 100110 100 101000011 1100010 110000

Color Harmonies of #F50299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50299

Black with #F50299

Text Example


Text Example

White with #F50299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50299; }

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

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

background-color css

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

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

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

border-color css

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

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

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