Html Css Color HEX #FA74D9 Pale Magenta

📋 copy color: '#FA74D9'

red 250 ◦ green 116 ◦ blue 217

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

Shades of Pale Magenta #FA74D9

Tints of Pale Magenta #FA74D9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.9%

 BLUE value IS 217 (85.16% from 255) = 37.22%

R = 42.88%
G = 19.9%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA74D9 (or 0xFA74D9) is known color: Pale Magenta. HEX triplet: FA, 74 and D9. RGB value is (250,116,217). Sum of RGB (Red+Green+Blue) = 250+116+217=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 116 (45.70% from 255 or 19.90% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA74D9 is #058B26. Grayscale: #A7A7A7. Windows color (decimal): -363303 or 14251258. OLE color: 14251258.

HSL color Cylindrical-coordinate representation of color #FA74D9: hue angle of 314.78º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA74D9 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 116 217 -
CMYK 0 0.54 0.13 0.02
HSL 314.78º 0.93% 0.72% -
HSV(B) 314.78º 0.54% 0.98% -
XYZ 58.19 37.82 69.88 -
YUV 167.58 155.89 186.79 -
System Red Green Blue C M Y K H S L
Decimal 250 116 217 0 0.54 0.13 0.02 314.78 0.93 0.72
Hex FA 74 D9 0 36 D 2 13B 5D 48
Octal 372 164 331 0 66 15 2 473 135 110
Binary 11111010 1110100 11011001 0 110110 1101 10 100111011 1011101 1001000

Color Harmonies of #FA74D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA74D9

Black with #FA74D9

Text Example


Text Example

White with #FA74D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA74D9; }

 p { color: rgb(250,116,217); }

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

background-color css

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

 a { background-color: rgb(250,116,217); }

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

border-color css

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

 span { border-color: rgb(250,116,217); }

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