Html Css Color HEX #FF7FD8 Pale Magenta

📋 copy color: '#FF7FD8'

red 255 ◦ green 127 ◦ blue 216

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

Shades of Pale Magenta #FF7FD8

Tints of Pale Magenta #FF7FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.12%

R = 42.64%
G = 21.24%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF7FD8 (or 0xFF7FD8) is known color: Pale Magenta. HEX triplet: FF, 7F and D8. RGB value is (255,127,216). Sum of RGB (Red+Green+Blue) = 255+127+216=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 127 (50% from 255 or 21.24% from 598); Blue value is 216 (84.77% from 255 or 36.12% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FD8 is #008027. Grayscale: #AFAFAF. Windows color (decimal): -32808 or 14188543. OLE color: 14188543.

HSL color Cylindrical-coordinate representation of color #FF7FD8: hue angle of 318.28º 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 #FF7FD8 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 255 127 216 -
CMYK 0 0.50 0.15 0
HSL 318.28º 1% 0.75% -
HSV(B) 318.28º 0.5% 1% -
XYZ 61.22 41.4 69.73 -
YUV 175.42 150.91 184.76 -
System Red Green Blue C M Y K H S L
Decimal 255 127 216 0 0.50 0.15 0 318.28 1 0.75
Hex FF 7F D8 0 32 F 0 13E 64 4B
Octal 377 177 330 0 62 17 0 476 144 113
Binary 11111111 1111111 11011000 0 110010 1111 0 100111110 1100100 1001011

Color Harmonies of #FF7FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FD8

Black with #FF7FD8

Text Example


Text Example

White with #FF7FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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