#F287ED

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

Shades of Violet #F287ED

Tints of Violet #F287ED

Color information

#F287ED (or 0xF287ED) is unknown color: approx Violet. HEX triplet: F2, 87 and ED. RGB value is (242,135,237). Sum of RGB (Red+Green+Blue) = 242+135+237=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 135 (53.12% from 255 or 21.99% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F287ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F287ED is #0D7812. Grayscale: #B2B2B2. Windows color (decimal): -882707 or 15566834. OLE color: 15566834.

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

Color convert

RGB242135237-
CMYK00.440.020.05
HSL302.8º80.45%73.92%-
HSV(B)302.8º44.21%94.9%-
XYZ60.5742.3285.1-
YUV178.62160.95173.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.41%
GREEN value IS 135 (53.12% from 255) = 21.99%
BLUE value IS 237 (92.97% from 255) = 38.60%
R=39.41%
G=21.99%
B=38.60%

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
Decimal24213523700.440.020.05302.880.4573.92
HexF287ED02C2512f504a
Octal36220735505425457120112
Binary11110010100001111110110101011001010110010111110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F287ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F287ED; }

 p { color: rgb(242,135,237); }

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

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

 a { background-color: rgb(242,135,237); }

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

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

 span { border-color: rgb(242,135,237); }

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