#F08AF8

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

Shades of Violet #F08AF8

Tints of Violet #F08AF8

Color information

#F08AF8 (or 0xF08AF8) is unknown color: approx Violet. HEX triplet: F0, 8A and F8. RGB value is (240,138,248). Sum of RGB (Red+Green+Blue) = 240+138+248=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 138 (54.30% from 255 or 22.04% from 626); Blue value is 248 (97.27% from 255 or 39.62% from 626); Max value from RGB is 248 - color contains mainly: blue. Hex color #F08AF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08AF8 is #0F7507. Grayscale: #B4B4B4. Windows color (decimal): -1013000 or 16288496. OLE color: 16288496.

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

Color convert

RGB240138248-
CMYK0.030.4400.03
HSL295.64º88.71%75.69%-
HSV(B)295.64º44.35%97.25%-
XYZ61.9743.4893.93-
YUV181.04165.79170.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.34%
GREEN value IS 138 (54.30% from 255) = 22.04%
BLUE value IS 248 (97.27% from 255) = 39.62%
R=38.34%
G=22.04%
B=39.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2401382480.030.4400.03295.6488.7175.69
HexF08AF832C03128594c
Octal36021237035403450131114
Binary1111000010001010111110001110110001110010100010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08AF8; }

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

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

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

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

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

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

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

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