Html Css Color HEX #F50091 Hollywood Cerise

📋 copy color: '#F50091'

red 245 ◦ green 0 ◦ blue 145

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

Shades of Hollywood Cerise #F50091

Tints of Hollywood Cerise #F50091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 37.18%

R = 62.82%
G = 0%
B = 37.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F50091 (or 0xF50091) is known color: Hollywood Cerise. HEX triplet: F5, 00 and 91. RGB value is (245,0,145). Sum of RGB (Red+Green+Blue) = 245+0+145=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F50091 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50091 is #0AFF6E. Grayscale: #595959. Windows color (decimal): -720751 or 9502965. OLE color: 9502965.

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

Color convert

RGB 245 0 145 -
CMYK 0 1 0.41 0.04
HSL 324.49º 1% 0.48% -
HSV(B) 324.49º 1% 0.96% -
XYZ 42.77 21.46 28.68 -
YUV 89.79 159.17 238.71 -
System Red Green Blue C M Y K H S L
Decimal 245 0 145 0 1 0.41 0.04 324.49 1 0.48
Hex F5 0 91 0 64 29 4 144 64 30
Octal 365 0 221 0 144 51 4 504 144 60
Binary 11110101 0 10010001 0 1100100 101001 100 101000100 1100100 110000

Color Harmonies of #F50091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50091

Black with #F50091

Text Example


Text Example

White with #F50091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50091; }

 p { color: rgb(245,0,145); }

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

background-color css

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

 a { background-color: rgb(245,0,145); }

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

border-color css

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

 span { border-color: rgb(245,0,145); }

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