#FD91F3

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

Shades of Pale Magenta #FD91F3

Tints of Pale Magenta #FD91F3

Color information

#FD91F3 (or 0xFD91F3) is unknown color: approx Pale Magenta. HEX triplet: FD, 91 and F3. RGB value is (253,145,243). Sum of RGB (Red+Green+Blue) = 253+145+243=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 145 (57.03% from 255 or 22.62% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FD91F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD91F3 is #026E0C. Grayscale: #BCBCBC. Windows color (decimal): -159245 or 15962621. OLE color: 15962621.

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

Color convert

RGB253145243-
CMYK00.430.040.01
HSL305.56º96.43%78.04%-
HSV(B)305.56º42.69%99.22%-
XYZ66.8147.690.46-
YUV188.46158.78174.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.47%
GREEN value IS 145 (57.03% from 255) = 22.62%
BLUE value IS 243 (95.31% from 255) = 37.91%
R=39.47%
G=22.62%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314524300.430.040.01305.5696.4378.04
HexFD91F302B41132604e
Octal37522136305341462140116
Binary1111110110010001111100110101011100110011001011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD91F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD91F3; }

 p { color: rgb(253,145,243); }

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

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

 a { background-color: rgb(253,145,243); }

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

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

 span { border-color: rgb(253,145,243); }

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