Html Css Color HEX #F70592 Hollywood Cerise

📋 copy color: '#F70592'

red 247 ◦ green 5 ◦ blue 146

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

Shades of Hollywood Cerise #F70592

Tints of Hollywood Cerise #F70592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 62.06%
G = 1.26%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F70592 (or 0xF70592) is known color: Hollywood Cerise. HEX triplet: F7, 05 and 92. RGB value is (247,5,146). Sum of RGB (Red+Green+Blue) = 247+5+146=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F70592 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70592 is #08FA6D. Grayscale: #5D5D5D. Windows color (decimal): -588398 or 9569783. OLE color: 9569783.

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

Color convert

RGB 247 5 146 -
CMYK 0 0.98 0.41 0.03
HSL 325.04º 0.96% 0.49% -
HSV(B) 325.04º 0.98% 0.97% -
XYZ 43.6 21.96 29.13 -
YUV 93.43 157.67 237.54 -
System Red Green Blue C M Y K H S L
Decimal 247 5 146 0 0.98 0.41 0.03 325.04 0.96 0.49
Hex F7 5 92 0 62 29 3 145 60 31
Octal 367 5 222 0 142 51 3 505 140 61
Binary 11110111 101 10010010 0 1100010 101001 11 101000101 1100000 110001

Color Harmonies of #F70592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70592

Black with #F70592

Text Example


Text Example

White with #F70592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70592; }

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

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

background-color css

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

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

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

border-color css

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

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

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