#F881F1

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

Shades of Violet #F881F1

Tints of Violet #F881F1

Color information

#F881F1 (or 0xF881F1) is unknown color: approx Violet. HEX triplet: F8, 81 and F1. RGB value is (248,129,241). Sum of RGB (Red+Green+Blue) = 248+129+241=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 129 (50.78% from 255 or 20.87% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F881F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F881F1 is #077E0E. Grayscale: #B1B1B1. Windows color (decimal): -491023 or 15827448. OLE color: 15827448.

HSL color Cylindrical-coordinate representation of color #F881F1: hue angle of 303.53º degrees, saturation: 0.89, 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 #F881F1 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB248129241-
CMYK00.480.030.03
HSL303.53º89.47%73.92%-
HSV(B)303.53º47.98%97.25%-
XYZ62.4442.0188.04-
YUV177.35163.92178.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.13%
GREEN value IS 129 (50.78% from 255) = 20.87%
BLUE value IS 241 (94.53% from 255) = 39.00%
R=40.13%
G=20.87%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812924100.480.030.03303.5389.4773.92
HexF881F103033130594a
Octal37020136106033460131112
Binary1111100010000001111100010110000111110011000010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F881F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F881F1; }

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

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

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

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

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

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

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

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