Html Css Color HEX #FF8AD7 Pale Magenta

📋 copy color: '#FF8AD7'

red 255 ◦ green 138 ◦ blue 215

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

Shades of Pale Magenta #FF8AD7

Tints of Pale Magenta #FF8AD7

RGB

 RED value IS 255 (100% from 255) = 41.94%

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

 BLUE value IS 215 (84.38% from 255) = 35.36%

R = 41.94%
G = 22.7%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF8AD7 (or 0xFF8AD7) is known color: Pale Magenta. HEX triplet: FF, 8A and D7. RGB value is (255,138,215). Sum of RGB (Red+Green+Blue) = 255+138+215=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 138 (54.30% from 255 or 22.70% from 608); Blue value is 215 (84.38% from 255 or 35.36% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8AD7 is #007528. Grayscale: #B5B5B5. Windows color (decimal): -29993 or 14125823. OLE color: 14125823.

HSL color Cylindrical-coordinate representation of color #FF8AD7: hue angle of 320.51º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF8AD7 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 255 138 215 -
CMYK 0 0.46 0.16 0
HSL 320.51º 1% 0.77% -
HSV(B) 320.51º 0.46% 1% -
XYZ 62.59 44.34 69.55 -
YUV 181.76 146.76 180.24 -
System Red Green Blue C M Y K H S L
Decimal 255 138 215 0 0.46 0.16 0 320.51 1 0.77
Hex FF 8A D7 0 2E 10 0 141 64 4D
Octal 377 212 327 0 56 20 0 501 144 115
Binary 11111111 10001010 11010111 0 101110 10000 0 101000001 1100100 1001101

Color Harmonies of #FF8AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8AD7

Black with #FF8AD7

Text Example


Text Example

White with #FF8AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8AD7; }

 p { color: rgb(255,138,215); }

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

background-color css

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

 a { background-color: rgb(255,138,215); }

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

border-color css

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

 span { border-color: rgb(255,138,215); }

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