Html Css Color HEX #F70598 Hollywood Cerise

📋 copy color: '#F70598'

red 247 ◦ green 5 ◦ blue 152

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

Shades of Hollywood Cerise #F70598

Tints of Hollywood Cerise #F70598

RGB

 RED value IS 247 (96.88% from 255) = 61.14%

 GREEN value IS 5 (2.34% from 255) = 1.24%

 BLUE value IS 152 (59.77% from 255) = 37.62%

R = 61.14%
G = 1.24%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F70598 (or 0xF70598) is known color: Hollywood Cerise. HEX triplet: F7, 05 and 98. RGB value is (247,5,152). Sum of RGB (Red+Green+Blue) = 247+5+152=404 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.14% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 247 - color contains mainly: red. Hex color #F70598 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70598 is #08FA67. Grayscale: #5D5D5D. Windows color (decimal): -588392 or 9962999. OLE color: 9962999.

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

Color convert

RGB 247 5 152 -
CMYK 0 0.98 0.38 0.03
HSL 323.55º 0.96% 0.49% -
HSV(B) 323.55º 0.98% 0.97% -
XYZ 44.08 22.15 31.66 -
YUV 94.12 160.67 237.05 -
System Red Green Blue C M Y K H S L
Decimal 247 5 152 0 0.98 0.38 0.03 323.55 0.96 0.49
Hex F7 5 98 0 62 26 3 144 60 31
Octal 367 5 230 0 142 46 3 504 140 61
Binary 11110111 101 10011000 0 1100010 100110 11 101000100 1100000 110001

Color Harmonies of #F70598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70598

Black with #F70598

Text Example


Text Example

White with #F70598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70598; }

 p { color: rgb(247,5,152); }

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

background-color css

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

 a { background-color: rgb(247,5,152); }

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

border-color css

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

 span { border-color: rgb(247,5,152); }

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