Html Css Color HEX #FA72DD Pale Magenta

📋 copy color: '#FA72DD'

red 250 ◦ green 114 ◦ blue 221

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

Shades of Pale Magenta #FA72DD

Tints of Pale Magenta #FA72DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.78%

R = 42.74%
G = 19.49%
B = 37.78%

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

#FA72DD (or 0xFA72DD) is known color: Pale Magenta. HEX triplet: FA, 72 and DD. RGB value is (250,114,221). Sum of RGB (Red+Green+Blue) = 250+114+221=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 114 (44.92% from 255 or 19.49% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA72DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA72DD is #058D22. Grayscale: #A6A6A6. Windows color (decimal): -363811 or 14512890. OLE color: 14512890.

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

Color convert

RGB 250 114 221 -
CMYK 0 0.54 0.12 0.02
HSL 312.79º 0.93% 0.71% -
HSV(B) 312.79º 0.54% 0.98% -
XYZ 58.49 37.58 72.58 -
YUV 166.86 158.56 187.3 -
System Red Green Blue C M Y K H S L
Decimal 250 114 221 0 0.54 0.12 0.02 312.79 0.93 0.71
Hex FA 72 DD 0 36 C 2 139 5D 47
Octal 372 162 335 0 66 14 2 471 135 107
Binary 11111010 1110010 11011101 0 110110 1100 10 100111001 1011101 1000111

Color Harmonies of #FA72DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA72DD

Black with #FA72DD

Text Example


Text Example

White with #FA72DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA72DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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