Html Css Color HEX #F70595 Hollywood Cerise

📋 copy color: '#F70595'

red 247 ◦ green 5 ◦ blue 149

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

Shades of Hollywood Cerise #F70595

Tints of Hollywood Cerise #F70595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 61.6%
G = 1.25%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F70595 (or 0xF70595) is known color: Hollywood Cerise. HEX triplet: F7, 05 and 95. RGB value is (247,5,149). Sum of RGB (Red+Green+Blue) = 247+5+149=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F70595 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70595 is #08FA6A. Grayscale: #5D5D5D. Windows color (decimal): -588395 or 9766391. OLE color: 9766391.

HSL color Cylindrical-coordinate representation of color #F70595: hue angle of 324.3º 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 #F70595 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 5 149 -
CMYK 0 0.98 0.40 0.03
HSL 324.3º 0.96% 0.49% -
HSV(B) 324.3º 0.98% 0.97% -
XYZ 43.84 22.05 30.38 -
YUV 93.77 159.17 237.29 -
System Red Green Blue C M Y K H S L
Decimal 247 5 149 0 0.98 0.40 0.03 324.3 0.96 0.49
Hex F7 5 95 0 62 28 3 144 60 31
Octal 367 5 225 0 142 50 3 504 140 61
Binary 11110111 101 10010101 0 1100010 101000 11 101000100 1100000 110001

Color Harmonies of #F70595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70595

Black with #F70595

Text Example


Text Example

White with #F70595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70595; }

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

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

background-color css

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

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

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

border-color css

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

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

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