Html Css Color HEX #FF7FDF Pale Magenta

📋 copy color: '#FF7FDF'

red 255 ◦ green 127 ◦ blue 223

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

Shades of Pale Magenta #FF7FDF

Tints of Pale Magenta #FF7FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.86%

R = 42.15%
G = 20.99%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF7FDF (or 0xFF7FDF) is known color: Pale Magenta. HEX triplet: FF, 7F and DF. RGB value is (255,127,223). Sum of RGB (Red+Green+Blue) = 255+127+223=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 127 (50% from 255 or 20.99% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FDF is #008020. Grayscale: #AFAFAF. Windows color (decimal): -32801 or 14647295. OLE color: 14647295.

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

Color convert

RGB 255 127 223 -
CMYK 0 0.50 0.13 0
HSL 315º 1% 0.75% -
HSV(B) 315º 0.5% 1% -
XYZ 62.15 41.77 74.6 -
YUV 176.22 154.41 184.19 -
System Red Green Blue C M Y K H S L
Decimal 255 127 223 0 0.50 0.13 0 315 1 0.75
Hex FF 7F DF 0 32 D 0 13B 64 4B
Octal 377 177 337 0 62 15 0 473 144 113
Binary 11111111 1111111 11011111 0 110010 1101 0 100111011 1100100 1001011

Color Harmonies of #FF7FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FDF

Black with #FF7FDF

Text Example


Text Example

White with #FF7FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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