#FD93F5

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

Shades of Pale Magenta #FD93F5

Tints of Pale Magenta #FD93F5

Color information

#FD93F5 (or 0xFD93F5) is unknown color: approx Pale Magenta. HEX triplet: FD, 93 and F5. RGB value is (253,147,245). Sum of RGB (Red+Green+Blue) = 253+147+245=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 147 (57.81% from 255 or 22.79% from 645); Blue value is 245 (96.09% from 255 or 37.98% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FD93F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD93F5 is #026C0A. Grayscale: #BDBDBD. Windows color (decimal): -158731 or 16094205. OLE color: 16094205.

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

Color convert

RGB253147245-
CMYK00.420.030.01
HSL304.53º96.36%78.43%-
HSV(B)304.53º41.9%99.22%-
XYZ67.4248.3492.16-
YUV189.87159.12173.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.22%
GREEN value IS 147 (57.81% from 255) = 22.79%
BLUE value IS 245 (96.09% from 255) = 37.98%
R=39.22%
G=22.79%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314724500.420.030.01304.5396.3678.43
HexFD93F502A31131604e
Octal37522336505231461140116
Binary111111011001001111110101010101011110011000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD93F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD93F5; }

 p { color: rgb(253,147,245); }

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

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

 a { background-color: rgb(253,147,245); }

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

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

 span { border-color: rgb(253,147,245); }

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