Html Css Color HEX #FA76DF Pale Magenta

📋 copy color: '#FA76DF'

red 250 ◦ green 118 ◦ blue 223

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

Shades of Pale Magenta #FA76DF

Tints of Pale Magenta #FA76DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.73%

R = 42.3%
G = 19.97%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA76DF (or 0xFA76DF) is known color: Pale Magenta. HEX triplet: FA, 76 and DF. RGB value is (250,118,223). Sum of RGB (Red+Green+Blue) = 250+118+223=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 118 (46.48% from 255 or 19.97% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA76DF is #058920. Grayscale: #A9A9A9. Windows color (decimal): -362785 or 14644986. OLE color: 14644986.

HSL color Cylindrical-coordinate representation of color #FA76DF: hue angle of 312.27º 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 #FA76DF is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 118 223 -
CMYK 0 0.53 0.11 0.02
HSL 312.27º 0.93% 0.72% -
HSV(B) 312.27º 0.53% 0.98% -
XYZ 59.22 38.61 74.14 -
YUV 169.44 158.23 185.46 -
System Red Green Blue C M Y K H S L
Decimal 250 118 223 0 0.53 0.11 0.02 312.27 0.93 0.72
Hex FA 76 DF 0 35 B 2 138 5D 48
Octal 372 166 337 0 65 13 2 470 135 110
Binary 11111010 1110110 11011111 0 110101 1011 10 100111000 1011101 1001000

Color Harmonies of #FA76DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA76DF

Black with #FA76DF

Text Example


Text Example

White with #FA76DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA76DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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