Html Css Color HEX #FA79DF Pale Magenta

📋 copy color: '#FA79DF'

red 250 ◦ green 121 ◦ blue 223

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

Shades of Pale Magenta #FA79DF

Tints of Pale Magenta #FA79DF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 20.37%

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

R = 42.09%
G = 20.37%
B = 37.54%

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

#FA79DF (or 0xFA79DF) is known color: Pale Magenta. HEX triplet: FA, 79 and DF. RGB value is (250,121,223). Sum of RGB (Red+Green+Blue) = 250+121+223=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 121 (47.66% from 255 or 20.37% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA79DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA79DF is #058620. Grayscale: #AAAAAA. Windows color (decimal): -362017 or 14645754. OLE color: 14645754.

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

Color convert

RGB 250 121 223 -
CMYK 0 0.52 0.11 0.02
HSL 312.56º 0.93% 0.73% -
HSV(B) 312.56º 0.52% 0.98% -
XYZ 59.58 39.33 74.26 -
YUV 171.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 250 121 223 0 0.52 0.11 0.02 312.56 0.93 0.73
Hex FA 79 DF 0 34 B 2 139 5D 49
Octal 372 171 337 0 64 13 2 471 135 111
Binary 11111010 1111001 11011111 0 110100 1011 10 100111001 1011101 1001001

Color Harmonies of #FA79DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA79DF

Black with #FA79DF

Text Example


Text Example

White with #FA79DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA79DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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