#F085FF

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

Shades of Violet #F085FF

Tints of Violet #F085FF

Color information

#F085FF (or 0xF085FF) is unknown color: approx Violet. HEX triplet: F0, 85 and FF. RGB value is (240,133,255). Sum of RGB (Red+Green+Blue) = 240+133+255=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 133 (52.34% from 255 or 21.18% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #F085FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F085FF is #0F7A00. Grayscale: #B2B2B2. Windows color (decimal): -1014273 or 16745968. OLE color: 16745968.

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

Color convert

RGB240133255-
CMYK0.060.4800
HSL292.62º100%76.08%-
HSV(B)292.62º47.84%100%-
XYZ62.3742.5299.53-
YUV178.9170.95171.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.22%
GREEN value IS 133 (52.34% from 255) = 21.18%
BLUE value IS 255 (100% from 255) = 40.61%
R=38.22%
G=21.18%
B=40.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401332550.060.4800292.6210076.08
HexF085FF63000125644c
Octal36020537766000445144114
Binary1111000010000101111111111101100000010010010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F085FF; }

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

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

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

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

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

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

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

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