#F285FD

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

Shades of Violet #F285FD

Tints of Violet #F285FD

Color information

#F285FD (or 0xF285FD) is unknown color: approx Violet. HEX triplet: F2, 85 and FD. RGB value is (242,133,253). Sum of RGB (Red+Green+Blue) = 242+133+253=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 133 (52.34% from 255 or 21.18% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #F285FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F285FD is #0D7A02. Grayscale: #B2B2B2. Windows color (decimal): -883203 or 16614898. OLE color: 16614898.

HSL color Cylindrical-coordinate representation of color #F285FD: hue angle of 294.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F285FD is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB242133253-
CMYK0.040.4700.01
HSL294.5º96.77%75.69%-
HSV(B)294.5º47.43%99.22%-
XYZ62.7442.7497.87-
YUV179.27169.61172.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.54%
GREEN value IS 133 (52.34% from 255) = 21.18%
BLUE value IS 253 (99.22% from 255) = 40.29%
R=38.54%
G=21.18%
B=40.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2421332530.040.4700.01294.596.7775.69
HexF285FD42F01126614c
Octal36220537545701446141114
Binary1111001010000101111111011001011110110010011011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F285FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F285FD; }

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

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

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

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

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

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

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

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