#F086F1

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

Shades of Violet #F086F1

Tints of Violet #F086F1

Color information

#F086F1 (or 0xF086F1) is unknown color: approx Violet. HEX triplet: F0, 86 and F1. RGB value is (240,134,241). Sum of RGB (Red+Green+Blue) = 240+134+241=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 134 (52.73% from 255 or 21.79% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #F086F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F086F1 is #0F790E. Grayscale: #B1B1B1. Windows color (decimal): -1014031 or 15828720. OLE color: 15828720.

HSL color Cylindrical-coordinate representation of color #F086F1: hue angle of 299.44º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F086F1 is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240134241-
CMYK0.000.4400.05
HSL299.44º79.26%73.53%-
HSV(B)299.44º44.4%94.51%-
XYZ60.3441.9388.13-
YUV177.89163.62172.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.02%
GREEN value IS 134 (52.73% from 255) = 21.79%
BLUE value IS 241 (94.53% from 255) = 39.19%
R=39.02%
G=21.79%
B=39.19%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401342410.000.4400.05299.4479.2673.53
HexF086F102C0512b4f4a
Octal36020636105405453117112
Binary1111000010000110111100010101100010110010101110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F086F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F086F1; }

 p { color: rgb(240,134,241); }

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

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

 a { background-color: rgb(240,134,241); }

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

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

 span { border-color: rgb(240,134,241); }

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