#F285F2

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

Shades of Violet #F285F2

Tints of Violet #F285F2

Color information

#F285F2 (or 0xF285F2) is unknown color: approx Violet. HEX triplet: F2, 85 and F2. RGB value is (242,133,242). Sum of RGB (Red+Green+Blue) = 242+133+242=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 133 (52.34% from 255 or 21.56% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F285F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F285F2 is #0D7A0D. Grayscale: #B1B1B1. Windows color (decimal): -883214 or 15894002. OLE color: 15894002.

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

Color convert

RGB242133242-
CMYK00.4500.05
HSL300º80.74%73.53%-
HSV(B)300º45.04%94.9%-
XYZ61.0342.0688.91-
YUV178.02164.11173.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.22%
GREEN value IS 133 (52.34% from 255) = 21.56%
BLUE value IS 242 (94.92% from 255) = 39.22%
R=39.22%
G=21.56%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213324200.4500.0530080.7473.53
HexF285F202D0512c514a
Octal36220536205505454121112
Binary1111001010000101111100100101101010110010110010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F285F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F285F2; }

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

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

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

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

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

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

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

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