#F08FF5

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

Shades of Violet #F08FF5

Tints of Violet #F08FF5

Color information

#F08FF5 (or 0xF08FF5) is unknown color: approx Violet. HEX triplet: F0, 8F and F5. RGB value is (240,143,245). Sum of RGB (Red+Green+Blue) = 240+143+245=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 143 (56.25% from 255 or 22.77% from 628); Blue value is 245 (96.09% from 255 or 39.01% from 628); Max value from RGB is 245 - color contains mainly: blue. Hex color #F08FF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08FF5 is #0F700A. Grayscale: #B7B7B7. Windows color (decimal): -1011723 or 16093168. OLE color: 16093168.

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

Color convert

RGB240143245-
CMYK0.020.4200.04
HSL297.06º83.61%76.08%-
HSV(B)297.06º41.63%96.08%-
XYZ62.2444.7691.75-
YUV183.63162.64168.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.22%
GREEN value IS 143 (56.25% from 255) = 22.77%
BLUE value IS 245 (96.09% from 255) = 39.01%
R=38.22%
G=22.77%
B=39.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2401432450.020.4200.04297.0683.6176.08
HexF08FF522A04129544c
Octal36021736525204451124114
Binary11110000100011111111010110101010010010010100110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08FF5; }

 p { color: rgb(240,143,245); }

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

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

 a { background-color: rgb(240,143,245); }

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

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

 span { border-color: rgb(240,143,245); }

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