Html Css Color HEX #FA77DF Pale Magenta

📋 copy color: '#FA77DF'

red 250 ◦ green 119 ◦ blue 223

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

Shades of Pale Magenta #FA77DF

Tints of Pale Magenta #FA77DF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.1%

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

R = 42.23%
G = 20.1%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA77DF (or 0xFA77DF) is known color: Pale Magenta. HEX triplet: FA, 77 and DF. RGB value is (250,119,223). Sum of RGB (Red+Green+Blue) = 250+119+223=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 119 (46.88% from 255 or 20.10% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA77DF is #058820. Grayscale: #A9A9A9. Windows color (decimal): -362529 or 14645242. OLE color: 14645242.

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

Color convert

RGB 250 119 223 -
CMYK 0 0.52 0.11 0.02
HSL 312.37º 0.93% 0.72% -
HSV(B) 312.37º 0.52% 0.98% -
XYZ 59.34 38.85 74.18 -
YUV 170.03 157.9 185.04 -
System Red Green Blue C M Y K H S L
Decimal 250 119 223 0 0.52 0.11 0.02 312.37 0.93 0.72
Hex FA 77 DF 0 34 B 2 138 5D 48
Octal 372 167 337 0 64 13 2 470 135 110
Binary 11111010 1110111 11011111 0 110100 1011 10 100111000 1011101 1001000

Color Harmonies of #FA77DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA77DF

Black with #FA77DF

Text Example


Text Example

White with #FA77DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA77DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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