Html Css Color HEX #FF7FD5 Pale Magenta

📋 copy color: '#FF7FD5'

red 255 ◦ green 127 ◦ blue 213

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

Shades of Pale Magenta #FF7FD5

Tints of Pale Magenta #FF7FD5

RGB

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

 GREEN value IS 127 (50% from 255) = 21.34%

 BLUE value IS 213 (83.59% from 255) = 35.8%

R = 42.86%
G = 21.34%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF7FD5 (or 0xFF7FD5) is known color: Pale Magenta. HEX triplet: FF, 7F and D5. RGB value is (255,127,213). Sum of RGB (Red+Green+Blue) = 255+127+213=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 127 (50% from 255 or 21.34% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FD5 is #00802A. Grayscale: #AEAEAE. Windows color (decimal): -32811 or 13991935. OLE color: 13991935.

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

Color convert

RGB 255 127 213 -
CMYK 0 0.50 0.16 0
HSL 319.69º 1% 0.75% -
HSV(B) 319.69º 0.5% 1% -
XYZ 60.84 41.24 67.7 -
YUV 175.08 149.41 185.01 -
System Red Green Blue C M Y K H S L
Decimal 255 127 213 0 0.50 0.16 0 319.69 1 0.75
Hex FF 7F D5 0 32 10 0 140 64 4B
Octal 377 177 325 0 62 20 0 500 144 113
Binary 11111111 1111111 11010101 0 110010 10000 0 101000000 1100100 1001011

Color Harmonies of #FF7FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FD5

Black with #FF7FD5

Text Example


Text Example

White with #FF7FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FD5; }

 p { color: rgb(255,127,213); }

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

background-color css

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

 a { background-color: rgb(255,127,213); }

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

border-color css

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

 span { border-color: rgb(255,127,213); }

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