#F08AFD

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

Shades of Violet #F08AFD

Tints of Violet #F08AFD

Color information

#F08AFD (or 0xF08AFD) is unknown color: approx Violet. HEX triplet: F0, 8A and FD. RGB value is (240,138,253). Sum of RGB (Red+Green+Blue) = 240+138+253=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 138 (54.30% from 255 or 21.87% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #F08AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08AFD is #0F7502. Grayscale: #B5B5B5. Windows color (decimal): -1012995 or 16616176. OLE color: 16616176.

HSL color Cylindrical-coordinate representation of color #F08AFD: hue angle of 293.22º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F08AFD is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240138253-
CMYK0.050.4500.01
HSL293.22º96.64%76.67%-
HSV(B)293.22º45.45%99.22%-
XYZ62.7543.7998.07-
YUV181.61168.29169.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.03%
GREEN value IS 138 (54.30% from 255) = 21.87%
BLUE value IS 253 (99.22% from 255) = 40.10%
R=38.03%
G=21.87%
B=40.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401382530.050.4500.01293.2296.6476.67
HexF08AFD52D01125614d
Octal36021237555501445141115
Binary1111000010001010111111011011011010110010010111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08AFD; }

 p { color: rgb(240,138,253); }

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

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

 a { background-color: rgb(240,138,253); }

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

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

 span { border-color: rgb(240,138,253); }

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