#F880F6

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

Shades of Violet #F880F6

Tints of Violet #F880F6

Color information

#F880F6 (or 0xF880F6) is unknown color: approx Violet. HEX triplet: F8, 80 and F6. RGB value is (248,128,246). Sum of RGB (Red+Green+Blue) = 248+128+246=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 128 (50.39% from 255 or 20.58% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F880F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F880F6 is #077F09. Grayscale: #B0B0B0. Windows color (decimal): -491274 or 16154872. OLE color: 16154872.

HSL color Cylindrical-coordinate representation of color #F880F6: hue angle of 301º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F880F6 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB248128246-
CMYK00.480.010.03
HSL301º89.55%73.73%-
HSV(B)301º48.39%97.25%-
XYZ63.0742.0591.98-
YUV177.33166.76178.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.87%
GREEN value IS 128 (50.39% from 255) = 20.58%
BLUE value IS 246 (96.48% from 255) = 39.55%
R=39.87%
G=20.58%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812824600.480.010.0330189.5573.73
HexF880F60301312d5a4a
Octal37020036606013455132112
Binary111110001000000011110110011000011110010110110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F880F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F880F6; }

 p { color: rgb(248,128,246); }

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

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

 a { background-color: rgb(248,128,246); }

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

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

 span { border-color: rgb(248,128,246); }

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