#F284EA

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

Shades of Violet #F284EA

Tints of Violet #F284EA

Color information

#F284EA (or 0xF284EA) is unknown color: approx Violet. HEX triplet: F2, 84 and EA. RGB value is (242,132,234). Sum of RGB (Red+Green+Blue) = 242+132+234=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 132 (51.95% from 255 or 21.71% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F284EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F284EA is #0D7B15. Grayscale: #B0B0B0. Windows color (decimal): -883478 or 15369458. OLE color: 15369458.

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

Color convert

RGB242132234-
CMYK00.450.030.05
HSL304.36º80.88%73.33%-
HSV(B)304.36º45.45%94.9%-
XYZ59.7241.3282.67-
YUV176.52160.44174.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.80%
GREEN value IS 132 (51.95% from 255) = 21.71%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=39.80%
G=21.71%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213223400.450.030.05304.3680.8873.33
HexF284EA02D351305149
Octal36220435205535460121111
Binary11110010100001001110101001011011110110011000010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F284EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F284EA; }

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

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

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

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

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

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

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

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