Html Css Color HEX #F50195 Hollywood Cerise

📋 copy color: '#F50195'

red 245 ◦ green 1 ◦ blue 149

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

Shades of Hollywood Cerise #F50195

Tints of Hollywood Cerise #F50195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 149 (58.59% from 255) = 37.72%

R = 62.03%
G = 0.25%
B = 37.72%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F50195 (or 0xF50195) is known color: Hollywood Cerise. HEX triplet: F5, 01 and 95. RGB value is (245,1,149). Sum of RGB (Red+Green+Blue) = 245+1+149=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F50195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50195 is #0AFE6A. Grayscale: #5A5A5A. Windows color (decimal): -720491 or 9765365. OLE color: 9765365.

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

Color convert

RGB 245 1 149 -
CMYK 0 1.00 0.39 0.04
HSL 323.61º 0.99% 0.48% -
HSV(B) 323.61º 1% 0.96% -
XYZ 43.09 21.6 30.33 -
YUV 90.83 160.84 237.97 -
System Red Green Blue C M Y K H S L
Decimal 245 1 149 0 1.00 0.39 0.04 323.61 0.99 0.48
Hex F5 1 95 0 64 27 4 144 63 30
Octal 365 1 225 0 144 47 4 504 143 60
Binary 11110101 1 10010101 0 1100100 100111 100 101000100 1100011 110000

Color Harmonies of #F50195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50195

Black with #F50195

Text Example


Text Example

White with #F50195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50195; }

 p { color: rgb(245,1,149); }

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

background-color css

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

 a { background-color: rgb(245,1,149); }

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

border-color css

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

 span { border-color: rgb(245,1,149); }

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