Html Css Color HEX #F50794 Hollywood Cerise

📋 copy color: '#F50794'

red 245 ◦ green 7 ◦ blue 148

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

Shades of Hollywood Cerise #F50794

Tints of Hollywood Cerise #F50794

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.75%

 BLUE value IS 148 (58.2% from 255) = 37%

R = 61.25%
G = 1.75%
B = 37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F50794 (or 0xF50794) is known color: Hollywood Cerise. HEX triplet: F5, 07 and 94. RGB value is (245,7,148). Sum of RGB (Red+Green+Blue) = 245+7+148=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 7 (3.12% from 255 or 1.75% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F50794 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50794 is #0AF86B. Grayscale: #5D5D5D. Windows color (decimal): -718956 or 9701365. OLE color: 9701365.

HSL color Cylindrical-coordinate representation of color #F50794: hue angle of 324.45º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50794 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 7 148 -
CMYK 0 0.97 0.40 0.04
HSL 324.45º 0.94% 0.49% -
HSV(B) 324.45º 0.97% 0.96% -
XYZ 43.08 21.7 29.94 -
YUV 94.24 158.35 235.54 -
System Red Green Blue C M Y K H S L
Decimal 245 7 148 0 0.97 0.40 0.04 324.45 0.94 0.49
Hex F5 7 94 0 61 28 4 144 5E 31
Octal 365 7 224 0 141 50 4 504 136 61
Binary 11110101 111 10010100 0 1100001 101000 100 101000100 1011110 110001

Color Harmonies of #F50794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50794

Black with #F50794

Text Example


Text Example

White with #F50794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50794; }

 p { color: rgb(245,7,148); }

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

background-color css

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

 a { background-color: rgb(245,7,148); }

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

border-color css

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

 span { border-color: rgb(245,7,148); }

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