Html Css Color HEX #F70593 Hollywood Cerise

📋 copy color: '#F70593'

red 247 ◦ green 5 ◦ blue 147

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

Shades of Hollywood Cerise #F70593

Tints of Hollywood Cerise #F70593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.84%

R = 61.9%
G = 1.25%
B = 36.84%

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

#F70593 (or 0xF70593) is known color: Hollywood Cerise. HEX triplet: F7, 05 and 93. RGB value is (247,5,147). Sum of RGB (Red+Green+Blue) = 247+5+147=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F70593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70593 is #08FA6C. Grayscale: #5D5D5D. Windows color (decimal): -588397 or 9635319. OLE color: 9635319.

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

Color convert

RGB 247 5 147 -
CMYK 0 0.98 0.40 0.03
HSL 324.79º 0.96% 0.49% -
HSV(B) 324.79º 0.98% 0.97% -
XYZ 43.68 21.99 29.55 -
YUV 93.55 158.17 237.45 -
System Red Green Blue C M Y K H S L
Decimal 247 5 147 0 0.98 0.40 0.03 324.79 0.96 0.49
Hex F7 5 93 0 62 28 3 145 60 31
Octal 367 5 223 0 142 50 3 505 140 61
Binary 11110111 101 10010011 0 1100010 101000 11 101000101 1100000 110001

Color Harmonies of #F70593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70593

Black with #F70593

Text Example


Text Example

White with #F70593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70593; }

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

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

background-color css

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

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

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

border-color css

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

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

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