Html Css Color HEX #F50493 Hollywood Cerise

📋 copy color: '#F50493'

red 245 ◦ green 4 ◦ blue 147

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

Shades of Hollywood Cerise #F50493

Tints of Hollywood Cerise #F50493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.12%

R = 61.87%
G = 1.01%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.4

 K value IS 0.04

RGB Variations

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

Color information

#F50493 (or 0xF50493) is known color: Hollywood Cerise. HEX triplet: F5, 04 and 93. RGB value is (245,4,147). Sum of RGB (Red+Green+Blue) = 245+4+147=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F50493 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50493 is #0AFB6C. Grayscale: #5C5C5C. Windows color (decimal): -719725 or 9635061. OLE color: 9635061.

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

Color convert

RGB 245 4 147 -
CMYK 0 0.98 0.4 0.04
HSL 324.4º 0.97% 0.49% -
HSV(B) 324.4º 0.98% 0.96% -
XYZ 42.97 21.61 29.51 -
YUV 92.36 158.84 236.87 -
System Red Green Blue C M Y K H S L
Decimal 245 4 147 0 0.98 0.4 0.04 324.4 0.97 0.49
Hex F5 4 93 0 62 28 4 144 61 31
Octal 365 4 223 0 142 50 4 504 141 61
Binary 11110101 100 10010011 0 1100010 101000 100 101000100 1100001 110001

Color Harmonies of #F50493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50493

Black with #F50493

Text Example


Text Example

White with #F50493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50493; }

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

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

background-color css

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

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

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

border-color css

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

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

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