#FD90F1

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

Shades of Pale Magenta #FD90F1

Tints of Pale Magenta #FD90F1

Color information

#FD90F1 (or 0xFD90F1) is unknown color: approx Pale Magenta. HEX triplet: FD, 90 and F1. RGB value is (253,144,241). Sum of RGB (Red+Green+Blue) = 253+144+241=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 144 (56.64% from 255 or 22.57% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD90F1 is #026F0E. Grayscale: #BBBBBB. Windows color (decimal): -159503 or 15831293. OLE color: 15831293.

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

Color convert

RGB253144241-
CMYK00.430.050.01
HSL306.61º96.46%77.84%-
HSV(B)306.61º43.08%99.22%-
XYZ66.3647.1888.83-
YUV187.65158.11174.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.66%
GREEN value IS 144 (56.64% from 255) = 22.57%
BLUE value IS 241 (94.53% from 255) = 37.77%
R=39.66%
G=22.57%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314424100.430.050.01306.6196.4677.84
HexFD90F102B51133604e
Octal37522036105351463140116
Binary1111110110010000111100010101011101110011001111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD90F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD90F1; }

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

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

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

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

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

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

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

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