#F088F1

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

Shades of Violet #F088F1

Tints of Violet #F088F1

Color information

#F088F1 (or 0xF088F1) is unknown color: approx Violet. HEX triplet: F0, 88 and F1. RGB value is (240,136,241). Sum of RGB (Red+Green+Blue) = 240+136+241=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 136 (53.52% from 255 or 22.04% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #F088F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F088F1 is #0F770E. Grayscale: #B2B2B2. Windows color (decimal): -1013519 or 15829232. OLE color: 15829232.

HSL color Cylindrical-coordinate representation of color #F088F1: hue angle of 299.43º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F088F1 is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240136241-
CMYK0.000.4400.05
HSL299.43º78.95%73.92%-
HSV(B)299.43º43.57%94.51%-
XYZ60.6242.4888.22-
YUV179.07162.96171.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.90%
GREEN value IS 136 (53.52% from 255) = 22.04%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=38.90%
G=22.04%
B=39.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401362410.000.4400.05299.4378.9573.92
HexF088F102C0512b4f4a
Octal36021036105405453117112
Binary1111000010001000111100010101100010110010101110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F088F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F088F1; }

 p { color: rgb(240,136,241); }

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

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

 a { background-color: rgb(240,136,241); }

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

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

 span { border-color: rgb(240,136,241); }

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