Html Css Color HEX #F50490 Hollywood Cerise

📋 copy color: '#F50490'

red 245 ◦ green 4 ◦ blue 144

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

Shades of Hollywood Cerise #F50490

Tints of Hollywood Cerise #F50490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.64%

R = 62.34%
G = 1.02%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F50490 (or 0xF50490) is known color: Hollywood Cerise. HEX triplet: F5, 04 and 90. RGB value is (245,4,144). Sum of RGB (Red+Green+Blue) = 245+4+144=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F50490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50490 is #0AFB6F. Grayscale: #5B5B5B. Windows color (decimal): -719728 or 9438453. OLE color: 9438453.

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

Color convert

RGB 245 4 144 -
CMYK 0 0.98 0.41 0.04
HSL 325.15º 0.97% 0.49% -
HSV(B) 325.15º 0.98% 0.96% -
XYZ 42.73 21.51 28.29 -
YUV 92.02 157.34 237.12 -
System Red Green Blue C M Y K H S L
Decimal 245 4 144 0 0.98 0.41 0.04 325.15 0.97 0.49
Hex F5 4 90 0 62 29 4 145 61 31
Octal 365 4 220 0 142 51 4 505 141 61
Binary 11110101 100 10010000 0 1100010 101001 100 101000101 1100001 110001

Color Harmonies of #F50490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50490

Black with #F50490

Text Example


Text Example

White with #F50490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50490; }

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

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

background-color css

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

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

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

border-color css

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

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

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