Html Css Color HEX #FA7DED Pale Magenta

📋 copy color: '#FA7DED'

red 250 ◦ green 125 ◦ blue 237

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

Shades of Pale Magenta #FA7DED

Tints of Pale Magenta #FA7DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.73%

R = 40.85%
G = 20.42%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA7DED (or 0xFA7DED) is known color: Pale Magenta. HEX triplet: FA, 7D and ED. RGB value is (250,125,237). Sum of RGB (Red+Green+Blue) = 250+125+237=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 125 (49.22% from 255 or 20.42% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7DED is #058212. Grayscale: #AEAEAE. Windows color (decimal): -360979 or 15564282. OLE color: 15564282.

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

Color convert

RGB 250 125 237 -
CMYK 0 0.50 0.05 0.02
HSL 306.24º 0.93% 0.74% -
HSV(B) 306.24º 0.5% 0.98% -
XYZ 62.04 41.11 84.78 -
YUV 175.14 162.91 181.39 -
System Red Green Blue C M Y K H S L
Decimal 250 125 237 0 0.50 0.05 0.02 306.24 0.93 0.74
Hex FA 7D ED 0 32 5 2 132 5D 4A
Octal 372 175 355 0 62 5 2 462 135 112
Binary 11111010 1111101 11101101 0 110010 101 10 100110010 1011101 1001010

Color Harmonies of #FA7DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7DED

Black with #FA7DED

Text Example


Text Example

White with #FA7DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7DED; }

 p { color: rgb(250,125,237); }

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

background-color css

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

 a { background-color: rgb(250,125,237); }

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

border-color css

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

 span { border-color: rgb(250,125,237); }

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