#F08FE9

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

Shades of Violet #F08FE9

Tints of Violet #F08FE9

Color information

#F08FE9 (or 0xF08FE9) is unknown color: approx Violet. HEX triplet: F0, 8F and E9. RGB value is (240,143,233). Sum of RGB (Red+Green+Blue) = 240+143+233=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 143 (56.25% from 255 or 23.21% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08FE9 is #0F7016. Grayscale: #B6B6B6. Windows color (decimal): -1011735 or 15306736. OLE color: 15306736.

HSL color Cylindrical-coordinate representation of color #F08FE9: hue angle of 304.33º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FE9 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB240143233-
CMYK00.400.030.06
HSL304.33º76.38%75.1%-
HSV(B)304.33º40.42%94.12%-
XYZ60.4744.0582.41-
YUV182.26156.64169.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.96%
GREEN value IS 143 (56.25% from 255) = 23.21%
BLUE value IS 233 (91.41% from 255) = 37.82%
R=38.96%
G=23.21%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014323300.400.030.06304.3376.3875.1
HexF08FE9028361304c4b
Octal36021735105036460114113
Binary11110000100011111110100101010001111010011000010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08FE9; }

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

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

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

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

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

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

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

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