Html Css Color HEX #FA7CEC Pale Magenta

📋 copy color: '#FA7CEC'

red 250 ◦ green 124 ◦ blue 236

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

Shades of Pale Magenta #FA7CEC

Tints of Pale Magenta #FA7CEC

RGB

 RED value IS 250 (98.05% from 255) = 40.98%

 GREEN value IS 124 (48.83% from 255) = 20.33%

 BLUE value IS 236 (92.58% from 255) = 38.69%

R = 40.98%
G = 20.33%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA7CEC (or 0xFA7CEC) is known color: Pale Magenta. HEX triplet: FA, 7C and EC. RGB value is (250,124,236). Sum of RGB (Red+Green+Blue) = 250+124+236=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 124 (48.83% from 255 or 20.33% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7CEC is #058313. Grayscale: #AEAEAE. Windows color (decimal): -361236 or 15498490. OLE color: 15498490.

HSL color Cylindrical-coordinate representation of color #FA7CEC: hue angle of 306.67º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7CEC is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 124 236 -
CMYK 0 0.50 0.06 0.02
HSL 306.67º 0.93% 0.73% -
HSV(B) 306.67º 0.5% 0.98% -
XYZ 61.77 40.8 83.98 -
YUV 174.44 162.74 181.89 -
System Red Green Blue C M Y K H S L
Decimal 250 124 236 0 0.50 0.06 0.02 306.67 0.93 0.73
Hex FA 7C EC 0 32 6 2 133 5D 49
Octal 372 174 354 0 62 6 2 463 135 111
Binary 11111010 1111100 11101100 0 110010 110 10 100110011 1011101 1001001

Color Harmonies of #FA7CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7CEC

Black with #FA7CEC

Text Example


Text Example

White with #FA7CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7CEC; }

 p { color: rgb(250,124,236); }

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

background-color css

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

 a { background-color: rgb(250,124,236); }

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

border-color css

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

 span { border-color: rgb(250,124,236); }

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