#F285F0

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

Shades of Violet #F285F0

Tints of Violet #F285F0

Color information

#F285F0 (or 0xF285F0) is unknown color: approx Violet. HEX triplet: F2, 85 and F0. RGB value is (242,133,240). Sum of RGB (Red+Green+Blue) = 242+133+240=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 133 (52.34% from 255 or 21.63% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F285F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F285F0 is #0D7A0F. Grayscale: #B1B1B1. Windows color (decimal): -883216 or 15762930. OLE color: 15762930.

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

Color convert

RGB242133240-
CMYK00.450.010.05
HSL301.1º80.74%73.53%-
HSV(B)301.1º45.04%94.9%-
XYZ60.7341.9487.33-
YUV177.79163.11173.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.35%
GREEN value IS 133 (52.34% from 255) = 21.63%
BLUE value IS 240 (94.14% from 255) = 39.02%
R=39.35%
G=21.63%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213324000.450.010.05301.180.7473.53
HexF285F002D1512d514a
Octal36220536005515455121112
Binary1111001010000101111100000101101110110010110110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F285F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F285F0; }

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

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

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

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

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

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

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

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