Html Css Color HEX #FF7FDE Pale Magenta

📋 copy color: '#FF7FDE'

red 255 ◦ green 127 ◦ blue 222

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

Shades of Pale Magenta #FF7FDE

Tints of Pale Magenta #FF7FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.75%

R = 42.22%
G = 21.03%
B = 36.75%

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

#FF7FDE (or 0xFF7FDE) is known color: Pale Magenta. HEX triplet: FF, 7F and DE. RGB value is (255,127,222). Sum of RGB (Red+Green+Blue) = 255+127+222=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 127 (50% from 255 or 21.03% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FDE is #008021. Grayscale: #AFAFAF. Windows color (decimal): -32802 or 14581759. OLE color: 14581759.

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

Color convert

RGB 255 127 222 -
CMYK 0 0.50 0.13 0
HSL 315.47º 1% 0.75% -
HSV(B) 315.47º 0.5% 1% -
XYZ 62.01 41.71 73.89 -
YUV 176.1 153.91 184.28 -
System Red Green Blue C M Y K H S L
Decimal 255 127 222 0 0.50 0.13 0 315.47 1 0.75
Hex FF 7F DE 0 32 D 0 13B 64 4B
Octal 377 177 336 0 62 15 0 473 144 113
Binary 11111111 1111111 11011110 0 110010 1101 0 100111011 1100100 1001011

Color Harmonies of #FF7FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FDE

Black with #FF7FDE

Text Example


Text Example

White with #FF7FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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