Html Css Color HEX #FA72DF Pale Magenta

📋 copy color: '#FA72DF'

red 250 ◦ green 114 ◦ blue 223

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

Shades of Pale Magenta #FA72DF

Tints of Pale Magenta #FA72DF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.42%

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

R = 42.59%
G = 19.42%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA72DF (or 0xFA72DF) is known color: Pale Magenta. HEX triplet: FA, 72 and DF. RGB value is (250,114,223). Sum of RGB (Red+Green+Blue) = 250+114+223=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 114 (44.92% from 255 or 19.42% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FA72DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA72DF is #058D20. Grayscale: #A6A6A6. Windows color (decimal): -363809 or 14643962. OLE color: 14643962.

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

Color convert

RGB 250 114 223 -
CMYK 0 0.54 0.11 0.02
HSL 311.91º 0.93% 0.71% -
HSV(B) 311.91º 0.54% 0.98% -
XYZ 58.76 37.69 73.99 -
YUV 167.09 159.56 187.14 -
System Red Green Blue C M Y K H S L
Decimal 250 114 223 0 0.54 0.11 0.02 311.91 0.93 0.71
Hex FA 72 DF 0 36 B 2 138 5D 47
Octal 372 162 337 0 66 13 2 470 135 107
Binary 11111010 1110010 11011111 0 110110 1011 10 100111000 1011101 1000111

Color Harmonies of #FA72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA72DF

Black with #FA72DF

Text Example


Text Example

White with #FA72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA72DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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