#f470e9

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

Shades of Violet #F470E9

Tints of Violet #F470E9

Color information

#F470E9 (or 0xF470E9) is unknown color: approx Violet. HEX triplet: F4, 70 and E9. RGB value is (244,112,233). Sum of RGB (Red+Green+Blue) = 244+112+233=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 112 (44.14% from 255 or 19.02% from 589); Blue value is 233 (91.41% from 255 or 39.56% from 589); Max value from RGB is 244 - color contains mainly: red. Hex color #F470E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F470E9 is #0B8F16. Grayscale: #A4A4A4. Windows color (decimal): -757527 or 15298804. OLE color: 15298804.

HSL color Cylindrical-coordinate representation of color #F470E9: hue angle of 305º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F470E9 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB244112233-
CMYK00.540.050.04
HSL305º85.71%69.8%-
HSV(B)305º54.1%95.69%-
XYZ57.8136.781.13-
YUV165.26166.23184.16-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.43%
GREEN value IS 112 (44.14% from 255) = 19.02%
BLUE value IS 233 (91.41% from 255) = 39.56%
R=41.43%
G=19.02%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411223300.540.050.0430585.7169.8
HexF470E9036541315646
Octal36416035106654461126106
Binary11110100111000011101001011011010110010011000110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f470e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f470e9; }

 p { color: rgb(244,112,233); }

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

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

 a { background-color: rgb(244,112,233); }

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

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

 span { border-color: rgb(244,112,233); }

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