#F70693

Color #F70693 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F70693

Tints of Deep Pink #F70693

Color information

#F70693 (or 0xF70693) is unknown color: approx Deep Pink. HEX triplet: F7, 06 and 93. RGB value is (247,6,147). Sum of RGB (Red+Green+Blue) = 247+6+147=400 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.75% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 247 - color contains mainly: red. Hex color #F70693 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70693 is #08F96C. Grayscale: #5D5D5D. Windows color (decimal): -588141 or 9635575. OLE color: 9635575.

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

Color convert

RGB2476147-
CMYK00.980.400.03
HSL324.9º95.26%49.61%-
HSV(B)324.9º97.57%96.86%-
XYZ43.6922.0129.55-
YUV94.13157.84237.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 61.75%
GREEN value IS 6 (2.73% from 255) = 1.5%
BLUE value IS 147 (57.81% from 255) = 36.75%
R=61.75%
G=1.5%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247614700.980.400.03324.995.2649.61
HexF76930622831455f32
Octal3676223014250350513762
Binary111101111101001001101100010101000111010001011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F70693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F70693; }

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

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

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

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

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

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

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

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