#F083FD

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

Shades of Violet #F083FD

Tints of Violet #F083FD

Color information

#F083FD (or 0xF083FD) is unknown color: approx Violet. HEX triplet: F0, 83 and FD. RGB value is (240,131,253). Sum of RGB (Red+Green+Blue) = 240+131+253=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 131 (51.56% from 255 or 20.99% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #F083FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F083FD is #0F7C02. Grayscale: #B1B1B1. Windows color (decimal): -1014787 or 16614384. OLE color: 16614384.

HSL color Cylindrical-coordinate representation of color #F083FD: hue angle of 293.61º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F083FD is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240131253-
CMYK0.050.4800.01
HSL293.61º96.83%75.29%-
HSV(B)293.61º48.22%99.22%-
XYZ61.7841.8597.75-
YUV177.5170.61172.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.46%
GREEN value IS 131 (51.56% from 255) = 20.99%
BLUE value IS 253 (99.22% from 255) = 40.54%
R=38.46%
G=20.99%
B=40.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401312530.050.4800.01293.6196.8375.29
HexF083FD53001126614b
Octal36020337556001446141113
Binary1111000010000011111111011011100000110010011011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F083FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F083FD; }

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

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

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

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

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

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

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

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