Html Css Color HEX #F5079A Hollywood Cerise

📋 copy color: '#F5079A'

red 245 ◦ green 7 ◦ blue 154

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

Shades of Hollywood Cerise #F5079A

Tints of Hollywood Cerise #F5079A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.93%

R = 60.34%
G = 1.72%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5079A (or 0xF5079A) is known color: Hollywood Cerise. HEX triplet: F5, 07 and 9A. RGB value is (245,7,154). Sum of RGB (Red+Green+Blue) = 245+7+154=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F5079A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5079A is #0AF865. Grayscale: #5E5E5E. Windows color (decimal): -718950 or 10094581. OLE color: 10094581.

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

Color convert

RGB 245 7 154 -
CMYK 0 0.97 0.37 0.04
HSL 322.94º 0.94% 0.49% -
HSV(B) 322.94º 0.97% 0.96% -
XYZ 43.56 21.9 32.5 -
YUV 94.92 161.35 235.05 -
System Red Green Blue C M Y K H S L
Decimal 245 7 154 0 0.97 0.37 0.04 322.94 0.94 0.49
Hex F5 7 9A 0 61 25 4 143 5E 31
Octal 365 7 232 0 141 45 4 503 136 61
Binary 11110101 111 10011010 0 1100001 100101 100 101000011 1011110 110001

Color Harmonies of #F5079A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5079A

Black with #F5079A

Text Example


Text Example

White with #F5079A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5079A; }

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

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

background-color css

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

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

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

border-color css

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

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

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