#FD8AF6

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

Shades of Violet #FD8AF6

Tints of Violet #FD8AF6

Color information

#FD8AF6 (or 0xFD8AF6) is unknown color: approx Violet. HEX triplet: FD, 8A and F6. RGB value is (253,138,246). Sum of RGB (Red+Green+Blue) = 253+138+246=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 138 (54.30% from 255 or 21.66% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8AF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8AF6 is #027509. Grayscale: #B8B8B8. Windows color (decimal): -161034 or 16157437. OLE color: 16157437.

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

Color convert

RGB253138246-
CMYK00.450.030.01
HSL303.65º96.64%76.67%-
HSV(B)303.65º45.45%99.22%-
XYZ66.2345.7192.52-
YUV184.7162.6176.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.72%
GREEN value IS 138 (54.30% from 255) = 21.66%
BLUE value IS 246 (96.48% from 255) = 38.62%
R=39.72%
G=21.66%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313824600.450.030.01303.6596.6476.67
HexFD8AF602D31130614d
Octal37521236605531460141115
Binary111111011000101011110110010110111110011000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8AF6; }

 p { color: rgb(253,138,246); }

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

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

 a { background-color: rgb(253,138,246); }

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

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

 span { border-color: rgb(253,138,246); }

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