Html Css Color HEX #FF7FF1 Pale Magenta

📋 copy color: '#FF7FF1'

red 255 ◦ green 127 ◦ blue 241

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

Shades of Pale Magenta #FF7FF1

Tints of Pale Magenta #FF7FF1

RGB

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

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

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

R = 40.93%
G = 20.39%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF7FF1 (or 0xFF7FF1) is known color: Pale Magenta. HEX triplet: FF, 7F and F1. RGB value is (255,127,241). Sum of RGB (Red+Green+Blue) = 255+127+241=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 127 (50% from 255 or 20.39% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7FF1 is #00800E. Grayscale: #B1B1B1. Windows color (decimal): -32783 or 15826943. OLE color: 15826943.

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

Color convert

RGB 255 127 241 -
CMYK 0 0.50 0.05 0
HSL 306.56º 1% 0.75% -
HSV(B) 306.56º 0.5% 1% -
XYZ 64.71 42.79 88.07 -
YUV 178.27 163.41 182.73 -
System Red Green Blue C M Y K H S L
Decimal 255 127 241 0 0.50 0.05 0 306.56 1 0.75
Hex FF 7F F1 0 32 5 0 133 64 4B
Octal 377 177 361 0 62 5 0 463 144 113
Binary 11111111 1111111 11110001 0 110010 101 0 100110011 1100100 1001011

Color Harmonies of #FF7FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FF1

Black with #FF7FF1

Text Example


Text Example

White with #FF7FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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