#f70edf

Color #F70EDF Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #F70EDF

Tints of Hot Magenta #F70EDF

Color information

#F70EDF (or 0xF70EDF) is unknown color: approx Hot Magenta. HEX triplet: F7, 0E and DF. RGB value is (247,14,223). Sum of RGB (Red+Green+Blue) = 247+14+223=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 14 (5.86% from 255 or 2.89% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F70EDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70EDF is #08F120. Grayscale: #6A6A6A. Windows color (decimal): -586017 or 14618359. OLE color: 14618359.

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

Color convert

RGB24714223-
CMYK00.940.100.03
HSL306.18º93.57%51.18%-
HSV(B)306.18º94.33%96.86%-
XYZ51.8325.4271.99-
YUV107.49193.19227.51-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.03%
GREEN value IS 14 (5.86% from 255) = 2.89%
BLUE value IS 223 (87.5% from 255) = 46.07%
R=51.03%
G=2.89%
B=46.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471422300.940.100.03306.1893.5751.18
HexF7EDF05EA31325e33
Octal36716337013612346213663
Binary11110111111011011111010111101010111001100101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f70edf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f70edf; }

 p { color: rgb(247,14,223); }

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

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

 a { background-color: rgb(247,14,223); }

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

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

 span { border-color: rgb(247,14,223); }

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