#F08DF2

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

Shades of Violet #F08DF2

Tints of Violet #F08DF2

Color information

#F08DF2 (or 0xF08DF2) is unknown color: approx Violet. HEX triplet: F0, 8D and F2. RGB value is (240,141,242). Sum of RGB (Red+Green+Blue) = 240+141+242=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 141 (55.47% from 255 or 22.63% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #F08DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08DF2 is #0F720D. Grayscale: #B5B5B5. Windows color (decimal): -1012238 or 15896048. OLE color: 15896048.

HSL color Cylindrical-coordinate representation of color #F08DF2: hue angle of 298.81º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08DF2 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240141242-
CMYK0.010.4200.05
HSL298.81º79.53%75.1%-
HSV(B)298.81º41.74%94.9%-
XYZ61.4943.9989.25-
YUV182.11161.8169.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.52%
GREEN value IS 141 (55.47% from 255) = 22.63%
BLUE value IS 242 (94.92% from 255) = 38.84%
R=38.52%
G=22.63%
B=38.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401412420.010.4200.05298.8179.5375.1
HexF08DF212A0512b504b
Octal36021536215205453120113
Binary1111000010001101111100101101010010110010101110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08DF2; }

 p { color: rgb(240,141,242); }

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

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

 a { background-color: rgb(240,141,242); }

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

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

 span { border-color: rgb(240,141,242); }

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