Html Css Color HEX #FF7DF1 Pale Magenta

📋 copy color: '#FF7DF1'

red 255 ◦ green 125 ◦ blue 241

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

Shades of Pale Magenta #FF7DF1

Tints of Pale Magenta #FF7DF1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.13%

 BLUE value IS 241 (94.53% from 255) = 38.81%

R = 41.06%
G = 20.13%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF7DF1 (or 0xFF7DF1) is known color: Pale Magenta. HEX triplet: FF, 7D and F1. RGB value is (255,125,241). Sum of RGB (Red+Green+Blue) = 255+125+241=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 125 (49.22% from 255 or 20.13% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7DF1 is #00820E. Grayscale: #B0B0B0. Windows color (decimal): -33295 or 15826431. OLE color: 15826431.

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

Color convert

RGB 255 125 241 -
CMYK 0 0.51 0.05 0
HSL 306.46º 1% 0.75% -
HSV(B) 306.46º 0.51% 1% -
XYZ 64.45 42.28 87.98 -
YUV 177.09 164.07 183.57 -
System Red Green Blue C M Y K H S L
Decimal 255 125 241 0 0.51 0.05 0 306.46 1 0.75
Hex FF 7D F1 0 33 5 0 132 64 4B
Octal 377 175 361 0 63 5 0 462 144 113
Binary 11111111 1111101 11110001 0 110011 101 0 100110010 1100100 1001011

Color Harmonies of #FF7DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7DF1

Black with #FF7DF1

Text Example


Text Example

White with #FF7DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7DF1; }

 p { color: rgb(255,125,241); }

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

background-color css

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

 a { background-color: rgb(255,125,241); }

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

border-color css

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

 span { border-color: rgb(255,125,241); }

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