Html Css Color HEX #FF7FDA Pale Magenta

📋 copy color: '#FF7FDA'

red 255 ◦ green 127 ◦ blue 218

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

Shades of Pale Magenta #FF7FDA

Tints of Pale Magenta #FF7FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.33%

R = 42.5%
G = 21.17%
B = 36.33%

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

#FF7FDA (or 0xFF7FDA) is known color: Pale Magenta. HEX triplet: FF, 7F and DA. RGB value is (255,127,218). Sum of RGB (Red+Green+Blue) = 255+127+218=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 127 (50% from 255 or 21.17% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FDA is #008025. Grayscale: #AFAFAF. Windows color (decimal): -32806 or 14319615. OLE color: 14319615.

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

Color convert

RGB 255 127 218 -
CMYK 0 0.50 0.15 0
HSL 317.34º 1% 0.75% -
HSV(B) 317.34º 0.5% 1% -
XYZ 61.48 41.5 71.1 -
YUV 175.65 151.91 184.6 -
System Red Green Blue C M Y K H S L
Decimal 255 127 218 0 0.50 0.15 0 317.34 1 0.75
Hex FF 7F DA 0 32 F 0 13D 64 4B
Octal 377 177 332 0 62 17 0 475 144 113
Binary 11111111 1111111 11011010 0 110010 1111 0 100111101 1100100 1001011

Color Harmonies of #FF7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FDA

Black with #FF7FDA

Text Example


Text Example

White with #FF7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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