#F886F1

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

Shades of Violet #F886F1

Tints of Violet #F886F1

Color information

#F886F1 (or 0xF886F1) is unknown color: approx Violet. HEX triplet: F8, 86 and F1. RGB value is (248,134,241). Sum of RGB (Red+Green+Blue) = 248+134+241=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 134 (52.73% from 255 or 21.51% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F886F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F886F1 is #07790E. Grayscale: #B3B3B3. Windows color (decimal): -489743 or 15828728. OLE color: 15828728.

HSL color Cylindrical-coordinate representation of color #F886F1: hue angle of 303.68º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F886F1 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB248134241-
CMYK00.460.030.03
HSL303.68º89.06%74.9%-
HSV(B)303.68º45.97%97.25%-
XYZ63.1143.3688.26-
YUV180.28162.27176.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.81%
GREEN value IS 134 (52.73% from 255) = 21.51%
BLUE value IS 241 (94.53% from 255) = 38.68%
R=39.81%
G=21.51%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813424100.460.030.03303.6889.0674.9
HexF886F102E33130594b
Octal37020636105633460131113
Binary1111100010000110111100010101110111110011000010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F886F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F886F1; }

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

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

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

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

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

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

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

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