Html Css Color HEX #F50593 Hollywood Cerise

📋 copy color: '#F50593'

red 245 ◦ green 5 ◦ blue 147

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

Shades of Hollywood Cerise #F50593

Tints of Hollywood Cerise #F50593

RGB

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

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

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

R = 61.71%
G = 1.26%
B = 37.03%

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

#F50593 (or 0xF50593) is known color: Hollywood Cerise. HEX triplet: F5, 05 and 93. RGB value is (245,5,147). Sum of RGB (Red+Green+Blue) = 245+5+147=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F50593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50593 is #0AFA6C. Grayscale: #5C5C5C. Windows color (decimal): -719469 or 9635317. OLE color: 9635317.

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

Color convert

RGB 245 5 147 -
CMYK 0 0.98 0.4 0.04
HSL 324.5º 0.96% 0.49% -
HSV(B) 324.5º 0.98% 0.96% -
XYZ 42.98 21.63 29.51 -
YUV 92.95 158.51 236.45 -
System Red Green Blue C M Y K H S L
Decimal 245 5 147 0 0.98 0.4 0.04 324.5 0.96 0.49
Hex F5 5 93 0 62 28 4 144 60 31
Octal 365 5 223 0 142 50 4 504 140 61
Binary 11110101 101 10010011 0 1100010 101000 100 101000100 1100000 110001

Color Harmonies of #F50593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50593

Black with #F50593

Text Example


Text Example

White with #F50593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50593; }

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

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

background-color css

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

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

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

border-color css

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

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

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