#F70D9F

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

Shades of Hollywood Cerise #F70D9F

Tints of Hollywood Cerise #F70D9F

Color information

#F70D9F (or 0xF70D9F) is unknown color: approx Hollywood Cerise. HEX triplet: F7, 0D and 9F. RGB value is (247,13,159). Sum of RGB (Red+Green+Blue) = 247+13+159=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F70D9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70D9F is #08F260. Grayscale: #636363. Windows color (decimal): -586337 or 10423799. OLE color: 10423799.

HSL color Cylindrical-coordinate representation of color #F70D9F: hue angle of 322.56º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70D9F is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB24713159-
CMYK00.950.360.03
HSL322.56º93.6%50.98%-
HSV(B)322.56º94.74%96.86%-
XYZ44.7622.5734.8-
YUV99.61161.52233.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 58.95%
GREEN value IS 13 (5.47% from 255) = 3.10%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=58.95%
G=3.10%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471315900.950.360.03322.5693.650.98
HexF7D9F05F2431435e33
Octal36715237013744350313663
Binary1111011111011001111101011111100100111010000111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F70D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F70D9F; }

 p { color: rgb(247,13,159); }

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

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

 a { background-color: rgb(247,13,159); }

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

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

 span { border-color: rgb(247,13,159); }

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