#F08FED

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

Shades of Violet #F08FED

Tints of Violet #F08FED

Color information

#F08FED (or 0xF08FED) is unknown color: approx Violet. HEX triplet: F0, 8F and ED. RGB value is (240,143,237). Sum of RGB (Red+Green+Blue) = 240+143+237=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 143 (56.25% from 255 or 23.06% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08FED is #0F7012. Grayscale: #B6B6B6. Windows color (decimal): -1011731 or 15568880. OLE color: 15568880.

HSL color Cylindrical-coordinate representation of color #F08FED: hue angle of 301.86º 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 #F08FED is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240143237-
CMYK00.400.010.06
HSL301.86º76.38%75.1%-
HSV(B)301.86º40.42%94.12%-
XYZ61.0444.2885.45-
YUV182.72158.64168.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.71%
GREEN value IS 143 (56.25% from 255) = 23.06%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=38.71%
G=23.06%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014323700.400.010.06301.8676.3875.1
HexF08FED0281612e4c4b
Octal36021735505016456114113
Binary1111000010001111111011010101000111010010111010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08FED; }

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

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

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

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

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

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

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

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