#F88CF2

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

Shades of Violet #F88CF2

Tints of Violet #F88CF2

Color information

#F88CF2 (or 0xF88CF2) is unknown color: approx Violet. HEX triplet: F8, 8C and F2. RGB value is (248,140,242). Sum of RGB (Red+Green+Blue) = 248+140+242=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 140 (55.08% from 255 or 22.22% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88CF2 is #07730D. Grayscale: #B7B7B7. Windows color (decimal): -488206 or 15895800. OLE color: 15895800.

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

Color convert

RGB248140242-
CMYK00.440.020.03
HSL303.33º88.52%76.08%-
HSV(B)303.33º43.55%97.25%-
XYZ64.1245.1289.33-
YUV183.92160.78173.71-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.37%
GREEN value IS 140 (55.08% from 255) = 22.22%
BLUE value IS 242 (94.92% from 255) = 38.41%
R=39.37%
G=22.22%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814024200.440.020.03303.3388.5276.08
HexF88CF202C2312f594c
Octal37021436205423457131114
Binary1111100010001100111100100101100101110010111110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88CF2; }

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

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

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

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

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

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

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

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