#F08AFB

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

Shades of Violet #F08AFB

Tints of Violet #F08AFB

Color information

#F08AFB (or 0xF08AFB) is unknown color: approx Violet. HEX triplet: F0, 8A and FB. RGB value is (240,138,251). Sum of RGB (Red+Green+Blue) = 240+138+251=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 138 (54.30% from 255 or 21.94% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #F08AFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08AFB is #0F7504. Grayscale: #B5B5B5. Windows color (decimal): -1012997 or 16485104. OLE color: 16485104.

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

Color convert

RGB240138251-
CMYK0.040.4500.02
HSL294.16º93.39%76.27%-
HSV(B)294.16º45.02%98.43%-
XYZ62.4443.6796.4-
YUV181.38167.29169.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.16%
GREEN value IS 138 (54.30% from 255) = 21.94%
BLUE value IS 251 (98.44% from 255) = 39.90%
R=38.16%
G=21.94%
B=39.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401382510.040.4500.02294.1693.3976.27
HexF08AFB42D021265d4c
Octal36021237345502446135114
Binary11110000100010101111101110010110101010010011010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08AFB; }

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

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

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

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

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

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

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

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