#F285EE

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

Shades of Violet #F285EE

Tints of Violet #F285EE

Color information

#F285EE (or 0xF285EE) is unknown color: approx Violet. HEX triplet: F2, 85 and EE. RGB value is (242,133,238). Sum of RGB (Red+Green+Blue) = 242+133+238=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 133 (52.34% from 255 or 21.70% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F285EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F285EE is #0D7A11. Grayscale: #B1B1B1. Windows color (decimal): -883218 or 15631858. OLE color: 15631858.

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

Color convert

RGB242133238-
CMYK00.450.020.05
HSL302.2º80.74%73.53%-
HSV(B)302.2º45.04%94.9%-
XYZ60.4441.8385.78-
YUV177.56162.11173.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.48%
GREEN value IS 133 (52.34% from 255) = 21.70%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=39.48%
G=21.70%
B=38.83%

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
Decimal24213323800.450.020.05302.280.7473.53
HexF285EE02D2512e514a
Octal36220535605525456121112
Binary11110010100001011110111001011011010110010111010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F285EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F285EE; }

 p { color: rgb(242,133,238); }

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

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

 a { background-color: rgb(242,133,238); }

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

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

 span { border-color: rgb(242,133,238); }

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