Html Css Color HEX #FA72DC Pale Magenta

📋 copy color: '#FA72DC'

red 250 ◦ green 114 ◦ blue 220

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

Shades of Pale Magenta #FA72DC

Tints of Pale Magenta #FA72DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.67%

R = 42.81%
G = 19.52%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA72DC (or 0xFA72DC) is known color: Pale Magenta. HEX triplet: FA, 72 and DC. RGB value is (250,114,220). Sum of RGB (Red+Green+Blue) = 250+114+220=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 114 (44.92% from 255 or 19.52% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA72DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA72DC is #058D23. Grayscale: #A6A6A6. Windows color (decimal): -363812 or 14447354. OLE color: 14447354.

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

Color convert

RGB 250 114 220 -
CMYK 0 0.54 0.12 0.02
HSL 313.24º 0.93% 0.71% -
HSV(B) 313.24º 0.54% 0.98% -
XYZ 58.36 37.53 71.88 -
YUV 166.75 158.06 187.38 -
System Red Green Blue C M Y K H S L
Decimal 250 114 220 0 0.54 0.12 0.02 313.24 0.93 0.71
Hex FA 72 DC 0 36 C 2 139 5D 47
Octal 372 162 334 0 66 14 2 471 135 107
Binary 11111010 1110010 11011100 0 110110 1100 10 100111001 1011101 1000111

Color Harmonies of #FA72DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA72DC

Black with #FA72DC

Text Example


Text Example

White with #FA72DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA72DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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