#FD90FA

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

Shades of Violet #FD90FA

Tints of Violet #FD90FA

Color information

#FD90FA (or 0xFD90FA) is unknown color: approx Violet. HEX triplet: FD, 90 and FA. RGB value is (253,144,250). Sum of RGB (Red+Green+Blue) = 253+144+250=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 144 (56.64% from 255 or 22.26% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD90FA is #026F05. Grayscale: #BCBCBC. Windows color (decimal): -159494 or 16421117. OLE color: 16421117.

HSL color Cylindrical-coordinate representation of color #FD90FA: hue angle of 301.65º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD90FA is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB253144250-
CMYK00.430.010.01
HSL301.65º96.46%77.84%-
HSV(B)301.65º43.08%99.22%-
XYZ67.7447.7396.09-
YUV188.68162.61173.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.10%
GREEN value IS 144 (56.64% from 255) = 22.26%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=39.10%
G=22.26%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314425000.430.010.01301.6596.4677.84
HexFD90FA02B1112e604e
Octal37522037205311456140116
Binary11111101100100001111101001010111110010111011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD90FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD90FA; }

 p { color: rgb(253,144,250); }

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

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

 a { background-color: rgb(253,144,250); }

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

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

 span { border-color: rgb(253,144,250); }

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