#F284ED

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

Shades of Violet #F284ED

Tints of Violet #F284ED

Color information

#F284ED (or 0xF284ED) is unknown color: approx Violet. HEX triplet: F2, 84 and ED. RGB value is (242,132,237). Sum of RGB (Red+Green+Blue) = 242+132+237=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 132 (51.95% from 255 or 21.60% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F284ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F284ED is #0D7B12. Grayscale: #B0B0B0. Windows color (decimal): -883475 or 15566066. OLE color: 15566066.

HSL color Cylindrical-coordinate representation of color #F284ED: hue angle of 302.73º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F284ED is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242132237-
CMYK00.450.020.05
HSL302.73º80.88%73.33%-
HSV(B)302.73º45.45%94.9%-
XYZ60.1641.4984.96-
YUV176.86161.94174.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.61%
GREEN value IS 132 (51.95% from 255) = 21.60%
BLUE value IS 237 (92.97% from 255) = 38.79%
R=39.61%
G=21.60%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213223700.450.020.05302.7380.8873.33
HexF284ED02D2512f5149
Octal36220435505525457121111
Binary11110010100001001110110101011011010110010111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F284ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F284ED; }

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

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

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

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

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

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

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

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