Html Css Color HEX #F5079B Hollywood Cerise

📋 copy color: '#F5079B'

red 245 ◦ green 7 ◦ blue 155

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

Shades of Hollywood Cerise #F5079B

Tints of Hollywood Cerise #F5079B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.08%

R = 60.2%
G = 1.72%
B = 38.08%

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

#F5079B (or 0xF5079B) is known color: Hollywood Cerise. HEX triplet: F5, 07 and 9B. RGB value is (245,7,155). Sum of RGB (Red+Green+Blue) = 245+7+155=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5079B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5079B is #0AF864. Grayscale: #5E5E5E. Windows color (decimal): -718949 or 10160117. OLE color: 10160117.

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

Color convert

RGB 245 7 155 -
CMYK 0 0.97 0.37 0.04
HSL 322.69º 0.94% 0.49% -
HSV(B) 322.69º 0.97% 0.96% -
XYZ 43.65 21.93 32.94 -
YUV 95.03 161.85 234.97 -
System Red Green Blue C M Y K H S L
Decimal 245 7 155 0 0.97 0.37 0.04 322.69 0.94 0.49
Hex F5 7 9B 0 61 25 4 143 5E 31
Octal 365 7 233 0 141 45 4 503 136 61
Binary 11110101 111 10011011 0 1100001 100101 100 101000011 1011110 110001

Color Harmonies of #F5079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5079B

Black with #F5079B

Text Example


Text Example

White with #F5079B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5079B; }

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

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

background-color css

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

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

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

border-color css

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

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

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