Html Css Color HEX #FA76DA Pale Magenta

📋 copy color: '#FA76DA'

red 250 ◦ green 118 ◦ blue 218

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

Shades of Pale Magenta #FA76DA

Tints of Pale Magenta #FA76DA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.14%

 BLUE value IS 218 (85.55% from 255) = 37.2%

R = 42.66%
G = 20.14%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA76DA (or 0xFA76DA) is known color: Pale Magenta. HEX triplet: FA, 76 and DA. RGB value is (250,118,218). Sum of RGB (Red+Green+Blue) = 250+118+218=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 118 (46.48% from 255 or 20.14% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA76DA is #058925. Grayscale: #A8A8A8. Windows color (decimal): -362790 or 14317306. OLE color: 14317306.

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

Color convert

RGB 250 118 218 -
CMYK 0 0.53 0.13 0.02
HSL 314.55º 0.93% 0.72% -
HSV(B) 314.55º 0.53% 0.98% -
XYZ 58.56 38.34 70.64 -
YUV 168.87 155.73 185.87 -
System Red Green Blue C M Y K H S L
Decimal 250 118 218 0 0.53 0.13 0.02 314.55 0.93 0.72
Hex FA 76 DA 0 35 D 2 13B 5D 48
Octal 372 166 332 0 65 15 2 473 135 110
Binary 11111010 1110110 11011010 0 110101 1101 10 100111011 1011101 1001000

Color Harmonies of #FA76DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA76DA

Black with #FA76DA

Text Example


Text Example

White with #FA76DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA76DA; }

 p { color: rgb(250,118,218); }

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

background-color css

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

 a { background-color: rgb(250,118,218); }

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

border-color css

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

 span { border-color: rgb(250,118,218); }

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