#FD93F4

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

Shades of Pale Magenta #FD93F4

Tints of Pale Magenta #FD93F4

Color information

#FD93F4 (or 0xFD93F4) is unknown color: approx Pale Magenta. HEX triplet: FD, 93 and F4. RGB value is (253,147,244). Sum of RGB (Red+Green+Blue) = 253+147+244=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 147 (57.81% from 255 or 22.83% from 644); Blue value is 244 (95.70% from 255 or 37.89% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FD93F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD93F4 is #026C0B. Grayscale: #BDBDBD. Windows color (decimal): -158732 or 16028669. OLE color: 16028669.

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

Color convert

RGB253147244-
CMYK00.420.040.01
HSL305.09º96.36%78.43%-
HSV(B)305.09º41.9%99.22%-
XYZ67.2748.2891.36-
YUV189.75158.62173.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.29%
GREEN value IS 147 (57.81% from 255) = 22.83%
BLUE value IS 244 (95.70% from 255) = 37.89%
R=39.29%
G=22.83%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314724400.420.040.01305.0996.3678.43
HexFD93F402A41131604e
Octal37522336405241461140116
Binary1111110110010011111101000101010100110011000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD93F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD93F4; }

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

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

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

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

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

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

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

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