#F08CFE

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

Shades of Violet #F08CFE

Tints of Violet #F08CFE

Color information

#F08CFE (or 0xF08CFE) is unknown color: approx Violet. HEX triplet: F0, 8C and FE. RGB value is (240,140,254). Sum of RGB (Red+Green+Blue) = 240+140+254=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 140 (55.08% from 255 or 22.08% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #F08CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08CFE is #0F7301. Grayscale: #B6B6B6. Windows color (decimal): -1012482 or 16682224. OLE color: 16682224.

HSL color Cylindrical-coordinate representation of color #F08CFE: hue angle of 292.63º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F08CFE is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB240140254-
CMYK0.060.4500.00
HSL292.63º98.28%77.25%-
HSV(B)292.63º44.88%99.61%-
XYZ63.244.4499.01-
YUV182.9168.13168.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.85%
GREEN value IS 140 (55.08% from 255) = 22.08%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=37.85%
G=22.08%
B=40.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401402540.060.4500.00292.6398.2877.25
HexF08CFE62D00125624d
Octal36021437665500445142115
Binary1111000010001100111111101101011010010010010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08CFE; }

 p { color: rgb(240,140,254); }

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

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

 a { background-color: rgb(240,140,254); }

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

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

 span { border-color: rgb(240,140,254); }

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