#F70393

Color #F70393 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #F70393

Tints of Hollywood Cerise #F70393

Color information

#F70393 (or 0xF70393) is unknown color: approx Hollywood Cerise. HEX triplet: F7, 03 and 93. RGB value is (247,3,147). Sum of RGB (Red+Green+Blue) = 247+3+147=397 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.22% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 247 - color contains mainly: red. Hex color #F70393 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70393 is #08FC6C. Grayscale: #5C5C5C. Windows color (decimal): -588909 or 9634807. OLE color: 9634807.

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

Color convert

RGB2473147-
CMYK00.990.400.03
HSL324.59º97.6%49.02%-
HSV(B)324.59º98.79%96.86%-
XYZ43.6621.9529.54-
YUV92.37158.84238.29-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 62.22%
GREEN value IS 3 (1.56% from 255) = 0.76%
BLUE value IS 147 (57.81% from 255) = 37.03%
R=62.22%
G=0.76%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247314700.990.400.03324.5997.649.02
HexF73930632831456231
Octal3673223014350350514261
Binary11110111111001001101100011101000111010001011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F70393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F70393; }

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

 H1.HeaderClassName
 {
   color: #F70393;
 }
 .AnyTagClassName
 {
   color: #F70393;
 }
</style>
background-color css

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

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

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

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

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

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