Html Css Color HEX #FC7DF1 Pale Magenta

📋 copy color: '#FC7DF1'

red 252 ◦ green 125 ◦ blue 241

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

Shades of Pale Magenta #FC7DF1

Tints of Pale Magenta #FC7DF1

RGB

 RED value IS 252 (98.83% from 255) = 40.78%

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

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

R = 40.78%
G = 20.23%
B = 39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC7DF1 (or 0xFC7DF1) is known color: Pale Magenta. HEX triplet: FC, 7D and F1. RGB value is (252,125,241). Sum of RGB (Red+Green+Blue) = 252+125+241=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 125 (49.22% from 255 or 20.23% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7DF1 is #03820E. Grayscale: #AFAFAF. Windows color (decimal): -229903 or 15826428. OLE color: 15826428.

HSL color Cylindrical-coordinate representation of color #FC7DF1: hue angle of 305.2º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7DF1 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 125 241 -
CMYK 0 0.50 0.04 0.01
HSL 305.2º 0.95% 0.74% -
HSV(B) 305.2º 0.5% 0.99% -
XYZ 63.36 41.71 87.93 -
YUV 176.2 164.58 182.07 -
System Red Green Blue C M Y K H S L
Decimal 252 125 241 0 0.50 0.04 0.01 305.2 0.95 0.74
Hex FC 7D F1 0 32 4 1 131 5F 4A
Octal 374 175 361 0 62 4 1 461 137 112
Binary 11111100 1111101 11110001 0 110010 100 1 100110001 1011111 1001010

Color Harmonies of #FC7DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7DF1

Black with #FC7DF1

Text Example


Text Example

White with #FC7DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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