Html Css Color HEX #FD8AF0 Pale Magenta

📋 copy color: '#FD8AF0'

red 253 ◦ green 138 ◦ blue 240

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

Shades of Pale Magenta #FD8AF0

Tints of Pale Magenta #FD8AF0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 21.87%

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

R = 40.1%
G = 21.87%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FD8AF0 (or 0xFD8AF0) is known color: Pale Magenta. HEX triplet: FD, 8A and F0. RGB value is (253,138,240). Sum of RGB (Red+Green+Blue) = 253+138+240=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 138 (54.30% from 255 or 21.87% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8AF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8AF0 is #02750F. Grayscale: #B7B7B7. Windows color (decimal): -161040 or 15764221. OLE color: 15764221.

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

Color convert

RGB 253 138 240 -
CMYK 0 0.45 0.05 0.01
HSL 306.78º 0.97% 0.77% -
HSV(B) 306.78º 0.45% 0.99% -
XYZ 65.32 45.35 87.75 -
YUV 184.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 253 138 240 0 0.45 0.05 0.01 306.78 0.97 0.77
Hex FD 8A F0 0 2D 5 1 133 61 4D
Octal 375 212 360 0 55 5 1 463 141 115
Binary 11111101 10001010 11110000 0 101101 101 1 100110011 1100001 1001101

Color Harmonies of #FD8AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8AF0

Black with #FD8AF0

Text Example


Text Example

White with #FD8AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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