#F085FA

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

Shades of Violet #F085FA

Tints of Violet #F085FA

Color information

#F085FA (or 0xF085FA) is unknown color: approx Violet. HEX triplet: F0, 85 and FA. RGB value is (240,133,250). Sum of RGB (Red+Green+Blue) = 240+133+250=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 133 (52.34% from 255 or 21.35% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #F085FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F085FA is #0F7A05. Grayscale: #B1B1B1. Windows color (decimal): -1014278 or 16418288. OLE color: 16418288.

HSL color Cylindrical-coordinate representation of color #F085FA: hue angle of 294.87º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F085FA is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240133250-
CMYK0.040.4700.02
HSL294.87º92.13%75.1%-
HSV(B)294.87º46.8%98.04%-
XYZ61.5842.295.34-
YUV178.33168.45171.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.52%
GREEN value IS 133 (52.34% from 255) = 21.35%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=38.52%
G=21.35%
B=40.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401332500.040.4700.02294.8792.1375.1
HexF085FA42F021275c4b
Octal36020537245702447134113
Binary11110000100001011111101010010111101010010011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F085FA; }

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

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

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

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

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

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

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

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