#F705E8

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

Shades of Magenta #F705E8

Tints of Magenta #F705E8

Color information

#F705E8 (or 0xF705E8) is unknown color: approx Magenta. HEX triplet: F7, 05 and E8. RGB value is (247,5,232). Sum of RGB (Red+Green+Blue) = 247+5+232=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 5 (2.34% from 255 or 1.03% from 484); Blue value is 232 (91.02% from 255 or 47.93% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F705E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F705E8 is #08FA17. Grayscale: #666666. Windows color (decimal): -588312 or 15205879. OLE color: 15205879.

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

Color convert

RGB2475232-
CMYK00.980.060.03
HSL303.72º96.03%49.41%-
HSV(B)303.72º97.98%96.86%-
XYZ52.9825.7178.51-
YUV103.24200.67230.54-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.03%
GREEN value IS 5 (2.34% from 255) = 1.03%
BLUE value IS 232 (91.02% from 255) = 47.93%
R=51.03%
G=1.03%
B=47.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247523200.980.060.03303.7296.0349.41
HexF75E8062631306031
Octal367535001426346014061
Binary111101111011110100001100010110111001100001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F705E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F705E8; }

 p { color: rgb(247,5,232); }

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

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

 a { background-color: rgb(247,5,232); }

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

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

 span { border-color: rgb(247,5,232); }

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

cancel