#F886F9

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

Shades of Violet #F886F9

Tints of Violet #F886F9

Color information

#F886F9 (or 0xF886F9) is unknown color: approx Violet. HEX triplet: F8, 86 and F9. RGB value is (248,134,249). Sum of RGB (Red+Green+Blue) = 248+134+249=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 134 (52.73% from 255 or 21.24% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #F886F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F886F9 is #077906. Grayscale: #B4B4B4. Windows color (decimal): -489735 or 16353016. OLE color: 16353016.

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

Color convert

RGB248134249-
CMYK0.000.4600.02
HSL299.48º90.55%75.1%-
HSV(B)299.48º46.18%97.65%-
XYZ64.3443.8594.69-
YUV181.2166.27175.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.30%
GREEN value IS 134 (52.73% from 255) = 21.24%
BLUE value IS 249 (97.66% from 255) = 39.46%
R=39.30%
G=21.24%
B=39.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481342490.000.4600.02299.4890.5575.1
HexF886F902E0212b5b4b
Octal37020637105602453133113
Binary111110001000011011111001010111001010010101110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F886F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F886F9; }

 p { color: rgb(248,134,249); }

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

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

 a { background-color: rgb(248,134,249); }

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

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

 span { border-color: rgb(248,134,249); }

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