#F88DF2

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

Shades of Violet #F88DF2

Tints of Violet #F88DF2

Color information

#F88DF2 (or 0xF88DF2) is unknown color: approx Violet. HEX triplet: F8, 8D and F2. RGB value is (248,141,242). Sum of RGB (Red+Green+Blue) = 248+141+242=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 141 (55.47% from 255 or 22.35% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88DF2 is #07720D. Grayscale: #B8B8B8. Windows color (decimal): -487950 or 15896056. OLE color: 15896056.

HSL color Cylindrical-coordinate representation of color #F88DF2: hue angle of 303.36º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88DF2 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB248141242-
CMYK00.430.020.03
HSL303.36º88.43%76.27%-
HSV(B)303.36º43.15%97.25%-
XYZ64.2645.4289.38-
YUV184.51160.45173.29-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.30%
GREEN value IS 141 (55.47% from 255) = 22.35%
BLUE value IS 242 (94.92% from 255) = 38.35%
R=39.30%
G=22.35%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814124200.430.020.03303.3688.4376.27
HexF88DF202B2312f584c
Octal37021536205323457130114
Binary1111100010001101111100100101011101110010111110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88DF2; }

 p { color: rgb(248,141,242); }

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

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

 a { background-color: rgb(248,141,242); }

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

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

 span { border-color: rgb(248,141,242); }

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