#F08AF1

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

Shades of Violet #F08AF1

Tints of Violet #F08AF1

Color information

#F08AF1 (or 0xF08AF1) is unknown color: approx Violet. HEX triplet: F0, 8A and F1. RGB value is (240,138,241). Sum of RGB (Red+Green+Blue) = 240+138+241=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 138 (54.30% from 255 or 22.29% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #F08AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08AF1 is #0F750E. Grayscale: #B3B3B3. Windows color (decimal): -1013007 or 15829744. OLE color: 15829744.

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

Color convert

RGB240138241-
CMYK0.000.4300.05
HSL299.42º78.63%74.31%-
HSV(B)299.42º42.74%94.51%-
XYZ60.943.0588.32-
YUV180.24162.29170.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.77%
GREEN value IS 138 (54.30% from 255) = 22.29%
BLUE value IS 241 (94.53% from 255) = 38.93%
R=38.77%
G=22.29%
B=38.93%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401382410.000.4300.05299.4278.6374.31
HexF08AF102B0512b4f4a
Octal36021236105305453117112
Binary1111000010001010111100010101011010110010101110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08AF1; }

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

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

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

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

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

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

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

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