#F083FE

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

Shades of Violet #F083FE

Tints of Violet #F083FE

Color information

#F083FE (or 0xF083FE) is unknown color: approx Violet. HEX triplet: F0, 83 and FE. RGB value is (240,131,254). Sum of RGB (Red+Green+Blue) = 240+131+254=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 131 (51.56% from 255 or 20.96% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #F083FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F083FE is #0F7C01. Grayscale: #B1B1B1. Windows color (decimal): -1014786 or 16679920. OLE color: 16679920.

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

Color convert

RGB240131254-
CMYK0.060.4800.00
HSL293.17º98.4%75.49%-
HSV(B)293.17º48.43%99.61%-
XYZ61.9441.9198.59-
YUV177.61171.11172.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.4%
GREEN value IS 131 (51.56% from 255) = 20.96%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=38.4%
G=20.96%
B=40.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401312540.060.4800.00293.1798.475.49
HexF083FE63000125624b
Octal36020337666000445142113
Binary1111000010000011111111101101100000010010010111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F083FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F083FE; }

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

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

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

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

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

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

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

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