#F088F2

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

Shades of Violet #F088F2

Tints of Violet #F088F2

Color information

#F088F2 (or 0xF088F2) is unknown color: approx Violet. HEX triplet: F0, 88 and F2. RGB value is (240,136,242). Sum of RGB (Red+Green+Blue) = 240+136+242=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 136 (53.52% from 255 or 22.01% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #F088F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F088F2 is #0F770D. Grayscale: #B2B2B2. Windows color (decimal): -1013518 or 15894768. OLE color: 15894768.

HSL color Cylindrical-coordinate representation of color #F088F2: hue angle of 298.87º degrees, saturation: 0.8, 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 #F088F2 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240136242-
CMYK0.010.4400.05
HSL298.87º80.3%74.12%-
HSV(B)298.87º43.8%94.9%-
XYZ60.7742.5489.01-
YUV179.18163.46171.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.83%
GREEN value IS 136 (53.52% from 255) = 22.01%
BLUE value IS 242 (94.92% from 255) = 39.16%
R=38.83%
G=22.01%
B=39.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401362420.010.4400.05298.8780.374.12
HexF088F212C0512b504a
Octal36021036215405453120112
Binary1111000010001000111100101101100010110010101110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F088F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F088F2; }

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

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

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

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

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

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

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

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