#F486FD

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

Shades of Violet #F486FD

Tints of Violet #F486FD

Color information

#F486FD (or 0xF486FD) is unknown color: approx Violet. HEX triplet: F4, 86 and FD. RGB value is (244,134,253). Sum of RGB (Red+Green+Blue) = 244+134+253=631 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.67% from 631); Green value is 134 (52.73% from 255 or 21.24% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #F486FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F486FD is #0B7902. Grayscale: #B4B4B4. Windows color (decimal): -751875 or 16615156. OLE color: 16615156.

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

Color convert

RGB244134253-
CMYK0.040.4700.01
HSL295.46º96.75%75.88%-
HSV(B)295.46º47.04%99.22%-
XYZ63.5643.3897.95-
YUV180.46168.94173.32-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.67%
GREEN value IS 134 (52.73% from 255) = 21.24%
BLUE value IS 253 (99.22% from 255) = 40.10%
R=38.67%
G=21.24%
B=40.10%

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
Decimal2441342530.040.4700.01295.4696.7575.88
HexF486FD42F01127614c
Octal36420637545701447141114
Binary1111010010000110111111011001011110110010011111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F486FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F486FD; }

 p { color: rgb(244,134,253); }

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

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

 a { background-color: rgb(244,134,253); }

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

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

 span { border-color: rgb(244,134,253); }

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