#FD90F9

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

Shades of Violet #FD90F9

Tints of Violet #FD90F9

Color information

#FD90F9 (or 0xFD90F9) is unknown color: approx Violet. HEX triplet: FD, 90 and F9. RGB value is (253,144,249). Sum of RGB (Red+Green+Blue) = 253+144+249=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 144 (56.64% from 255 or 22.29% from 646); Blue value is 249 (97.66% from 255 or 38.54% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD90F9 is #026F06. Grayscale: #BCBCBC. Windows color (decimal): -159495 or 16355581. OLE color: 16355581.

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

Color convert

RGB253144249-
CMYK00.430.020.01
HSL302.2º96.46%77.84%-
HSV(B)302.2º43.08%99.22%-
XYZ67.5847.6795.26-
YUV188.56162.11173.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.16%
GREEN value IS 144 (56.64% from 255) = 22.29%
BLUE value IS 249 (97.66% from 255) = 38.54%
R=39.16%
G=22.29%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314424900.430.020.01302.296.4677.84
HexFD90F902B2112e604e
Octal37522037105321456140116
Binary111111011001000011111001010101110110010111011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD90F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD90F9; }

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

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

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

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

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

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

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

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