#F07AFB

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

Shades of Violet #F07AFB

Tints of Violet #F07AFB

Color information

#F07AFB (or 0xF07AFB) is unknown color: approx Violet. HEX triplet: F0, 7A and FB. RGB value is (240,122,251). Sum of RGB (Red+Green+Blue) = 240+122+251=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 122 (48.05% from 255 or 19.90% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #F07AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07AFB is #0F8504. Grayscale: #ABABAB. Windows color (decimal): -1017093 or 16481008. OLE color: 16481008.

HSL color Cylindrical-coordinate representation of color #F07AFB: hue angle of 294.88º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F07AFB is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240122251-
CMYK0.040.5100.02
HSL294.88º94.16%73.14%-
HSV(B)294.88º51.39%98.43%-
XYZ60.3139.4195.7-
YUV171.99172.59176.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.15%
GREEN value IS 122 (48.05% from 255) = 19.90%
BLUE value IS 251 (98.44% from 255) = 40.95%
R=39.15%
G=19.90%
B=40.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401222510.040.5100.02294.8894.1673.14
HexF07AFB433021275e49
Octal36017237346302447136111
Binary1111000011110101111101110011001101010010011110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07AFB; }

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

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

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

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

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

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

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

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