Html Css Color HEX #FD81F0 Pale Magenta

📋 copy color: '#FD81F0'

red 253 ◦ green 129 ◦ blue 240

#FD81F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #FD81F0

Tints of Pale Magenta #FD81F0

RGB

 RED value IS 253 (99.22% from 255) = 40.68%

 GREEN value IS 129 (50.78% from 255) = 20.74%

 BLUE value IS 240 (94.14% from 255) = 38.59%

R = 40.68%
G = 20.74%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FD81F0 (or 0xFD81F0) is known color: Pale Magenta. HEX triplet: FD, 81 and F0. RGB value is (253,129,240). Sum of RGB (Red+Green+Blue) = 253+129+240=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 129 (50.78% from 255 or 20.74% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FD81F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD81F0 is #027E0F. Grayscale: #B2B2B2. Windows color (decimal): -163344 or 15761917. OLE color: 15761917.

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

Color convert

RGB 253 129 240 -
CMYK 0 0.49 0.05 0.01
HSL 306.29º 0.97% 0.75% -
HSV(B) 306.29º 0.49% 0.99% -
XYZ 64.09 42.87 87.34 -
YUV 178.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 253 129 240 0 0.49 0.05 0.01 306.29 0.97 0.75
Hex FD 81 F0 0 31 5 1 132 61 4B
Octal 375 201 360 0 61 5 1 462 141 113
Binary 11111101 10000001 11110000 0 110001 101 1 100110010 1100001 1001011

Color Harmonies of #FD81F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD81F0

Black with #FD81F0

Text Example


Text Example

White with #FD81F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD81F0; }

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

 H1.HeaderClassName
 {
   color: #FD81F0;
 }
 .AnyTagClassName
 {
   color: #FD81F0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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