#F285F1

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

Shades of Violet #F285F1

Tints of Violet #F285F1

Color information

#F285F1 (or 0xF285F1) is unknown color: approx Violet. HEX triplet: F2, 85 and F1. RGB value is (242,133,241). Sum of RGB (Red+Green+Blue) = 242+133+241=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 133 (52.34% from 255 or 21.59% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F285F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F285F1 is #0D7A0E. Grayscale: #B1B1B1. Windows color (decimal): -883215 or 15828466. OLE color: 15828466.

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

Color convert

RGB242133241-
CMYK00.450.000.05
HSL300.55º80.74%73.53%-
HSV(B)300.55º45.04%94.9%-
XYZ60.884288.12-
YUV177.9163.61173.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.29%
GREEN value IS 133 (52.34% from 255) = 21.59%
BLUE value IS 241 (94.53% from 255) = 39.12%
R=39.29%
G=21.59%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213324100.450.000.05300.5580.7473.53
HexF285F102D0512d514a
Octal36220536105505455121112
Binary1111001010000101111100010101101010110010110110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F285F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F285F1; }

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

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

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

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

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

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

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

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