#F288EC

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

Shades of Violet #F288EC

Tints of Violet #F288EC

Color information

#F288EC (or 0xF288EC) is unknown color: approx Violet. HEX triplet: F2, 88 and EC. RGB value is (242,136,236). Sum of RGB (Red+Green+Blue) = 242+136+236=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 136 (53.52% from 255 or 22.15% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F288EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F288EC is #0D7713. Grayscale: #B2B2B2. Windows color (decimal): -882452 or 15501554. OLE color: 15501554.

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

Color convert

RGB242136236-
CMYK00.440.020.05
HSL303.4º80.3%74.12%-
HSV(B)303.4º43.8%94.9%-
XYZ60.5642.5484.38-
YUV179.09160.12172.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.41%
GREEN value IS 136 (53.52% from 255) = 22.15%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=39.41%
G=22.15%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213623600.440.020.05303.480.374.12
HexF288EC02C2512f504a
Octal36221035405425457120112
Binary11110010100010001110110001011001010110010111110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F288EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F288EC; }

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

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

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

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

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

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

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

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