#F702DC

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

Shades of Hot Magenta #F702DC

Tints of Hot Magenta #F702DC

Color information

#F702DC (or 0xF702DC) is unknown color: approx Hot Magenta. HEX triplet: F7, 02 and DC. RGB value is (247,2,220). Sum of RGB (Red+Green+Blue) = 247+2+220=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 2 (1.17% from 255 or 0.43% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F702DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F702DC is #08FD23. Grayscale: #636363. Windows color (decimal): -589092 or 14418679. OLE color: 14418679.

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

Color convert

RGB2472220-
CMYK00.990.110.03
HSL306.61º98.39%48.82%-
HSV(B)306.61º99.19%96.86%-
XYZ51.324.9869.83-
YUV100.11195.67232.77-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.67%
GREEN value IS 2 (1.17% from 255) = 0.43%
BLUE value IS 220 (86.33% from 255) = 46.91%
R=52.67%
G=0.43%
B=46.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247222000.990.110.03306.6198.3948.82
HexF72DC063B31336231
Octal3672334014313346314261
Binary111101111011011100011000111011111001100111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F702DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F702DC; }

 p { color: rgb(247,2,220); }

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

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

 a { background-color: rgb(247,2,220); }

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

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

 span { border-color: rgb(247,2,220); }

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