#F08AF3

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

Shades of Violet #F08AF3

Tints of Violet #F08AF3

Color information

#F08AF3 (or 0xF08AF3) is unknown color: approx Violet. HEX triplet: F0, 8A and F3. RGB value is (240,138,243). Sum of RGB (Red+Green+Blue) = 240+138+243=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 138 (54.30% from 255 or 22.22% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #F08AF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08AF3 is #0F750C. Grayscale: #B4B4B4. Windows color (decimal): -1013005 or 15960816. OLE color: 15960816.

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

Color convert

RGB240138243-
CMYK0.010.4300.05
HSL298.29º81.4%74.71%-
HSV(B)298.29º43.21%95.29%-
XYZ61.243.1789.9-
YUV180.47163.29170.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.65%
GREEN value IS 138 (54.30% from 255) = 22.22%
BLUE value IS 243 (95.31% from 255) = 39.13%
R=38.65%
G=22.22%
B=39.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401382430.010.4300.05298.2981.474.71
HexF08AF312B0512a514b
Octal36021236315305452121113
Binary1111000010001010111100111101011010110010101010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08AF3; }

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

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

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

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

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

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

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

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