#F085FD

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

Shades of Violet #F085FD

Tints of Violet #F085FD

Color information

#F085FD (or 0xF085FD) is unknown color: approx Violet. HEX triplet: F0, 85 and FD. RGB value is (240,133,253). Sum of RGB (Red+Green+Blue) = 240+133+253=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 133 (52.34% from 255 or 21.25% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #F085FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F085FD is #0F7A02. Grayscale: #B2B2B2. Windows color (decimal): -1014275 or 16614896. OLE color: 16614896.

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

Color convert

RGB240133253-
CMYK0.050.4700.01
HSL293.5º96.77%75.69%-
HSV(B)293.5º47.43%99.22%-
XYZ62.0542.3997.84-
YUV178.67169.95171.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.34%
GREEN value IS 133 (52.34% from 255) = 21.25%
BLUE value IS 253 (99.22% from 255) = 40.42%
R=38.34%
G=21.25%
B=40.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401332530.050.4700.01293.596.7775.69
HexF085FD52F01126614c
Octal36020537555701446141114
Binary1111000010000101111111011011011110110010011011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F085FD; }

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

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

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

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

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

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

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

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