Html Css Color HEX #F5079C Hollywood Cerise

📋 copy color: '#F5079C'

red 245 ◦ green 7 ◦ blue 156

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

Shades of Hollywood Cerise #F5079C

Tints of Hollywood Cerise #F5079C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.24%

R = 60.05%
G = 1.72%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5079C (or 0xF5079C) is known color: Hollywood Cerise. HEX triplet: F5, 07 and 9C. RGB value is (245,7,156). Sum of RGB (Red+Green+Blue) = 245+7+156=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5079C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5079C is #0AF863. Grayscale: #5E5E5E. Windows color (decimal): -718948 or 10225653. OLE color: 10225653.

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

Color convert

RGB 245 7 156 -
CMYK 0 0.97 0.36 0.04
HSL 322.44º 0.94% 0.49% -
HSV(B) 322.44º 0.97% 0.96% -
XYZ 43.73 21.96 33.39 -
YUV 95.15 162.35 234.88 -
System Red Green Blue C M Y K H S L
Decimal 245 7 156 0 0.97 0.36 0.04 322.44 0.94 0.49
Hex F5 7 9C 0 61 24 4 142 5E 31
Octal 365 7 234 0 141 44 4 502 136 61
Binary 11110101 111 10011100 0 1100001 100100 100 101000010 1011110 110001

Color Harmonies of #F5079C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5079C

Black with #F5079C

Text Example


Text Example

White with #F5079C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5079C; }

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

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

background-color css

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

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

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

border-color css

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

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

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