#FD81F2

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

Shades of Pale Magenta #FD81F2

Tints of Pale Magenta #FD81F2

Color information

#FD81F2 (or 0xFD81F2) is unknown color: approx Pale Magenta. HEX triplet: FD, 81 and F2. RGB value is (253,129,242). Sum of RGB (Red+Green+Blue) = 253+129+242=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 129 (50.78% from 255 or 20.67% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FD81F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD81F2 is #027E0D. Grayscale: #B2B2B2. Windows color (decimal): -163342 or 15892989. OLE color: 15892989.

HSL color Cylindrical-coordinate representation of color #FD81F2: hue angle of 305.32º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FD81F2 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB253129242-
CMYK00.490.040.01
HSL305.32º96.88%74.9%-
HSV(B)305.32º49.01%99.22%-
XYZ64.3942.9988.91-
YUV178.96163.58180.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.54%
GREEN value IS 129 (50.78% from 255) = 20.67%
BLUE value IS 242 (94.92% from 255) = 38.78%
R=40.54%
G=20.67%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312924200.490.040.01305.3296.8874.9
HexFD81F203141131614b
Octal37520136206141461141113
Binary1111110110000001111100100110001100110011000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD81F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD81F2; }

 p { color: rgb(253,129,242); }

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

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

 a { background-color: rgb(253,129,242); }

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

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

 span { border-color: rgb(253,129,242); }

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