#F07AF8

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

Shades of Violet #F07AF8

Tints of Violet #F07AF8

Color information

#F07AF8 (or 0xF07AF8) is unknown color: approx Violet. HEX triplet: F0, 7A and F8. RGB value is (240,122,248). Sum of RGB (Red+Green+Blue) = 240+122+248=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 122 (48.05% from 255 or 20% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #F07AF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07AF8 is #0F8507. Grayscale: #ABABAB. Windows color (decimal): -1017096 or 16284400. OLE color: 16284400.

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

Color convert

RGB240122248-
CMYK0.030.5100.03
HSL296.19º90%72.55%-
HSV(B)296.19º50.81%97.25%-
XYZ59.8439.2293.22-
YUV171.65171.09176.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.34%
GREEN value IS 122 (48.05% from 255) = 20%
BLUE value IS 248 (97.27% from 255) = 40.66%
R=39.34%
G=20%
B=40.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2401222480.030.5100.03296.199072.55
HexF07AF8333031285a49
Octal36017237036303450132111
Binary111100001111010111110001111001101110010100010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07AF8; }

 p { color: rgb(240,122,248); }

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

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

 a { background-color: rgb(240,122,248); }

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

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

 span { border-color: rgb(240,122,248); }

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