Html Css Color HEX #FA71DB Pale Magenta

📋 copy color: '#FA71DB'

red 250 ◦ green 113 ◦ blue 219

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

Shades of Pale Magenta #FA71DB

Tints of Pale Magenta #FA71DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.42%

 BLUE value IS 219 (85.94% from 255) = 37.63%

R = 42.96%
G = 19.42%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA71DB (or 0xFA71DB) is known color: Pale Magenta. HEX triplet: FA, 71 and DB. RGB value is (250,113,219). Sum of RGB (Red+Green+Blue) = 250+113+219=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 113 (44.53% from 255 or 19.42% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA71DB is #058E24. Grayscale: #A5A5A5. Windows color (decimal): -364069 or 14381562. OLE color: 14381562.

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

Color convert

RGB 250 113 219 -
CMYK 0 0.55 0.12 0.02
HSL 313.58º 0.93% 0.71% -
HSV(B) 313.58º 0.55% 0.98% -
XYZ 58.12 37.25 71.14 -
YUV 166.05 157.89 187.88 -
System Red Green Blue C M Y K H S L
Decimal 250 113 219 0 0.55 0.12 0.02 313.58 0.93 0.71
Hex FA 71 DB 0 37 C 2 13A 5D 47
Octal 372 161 333 0 67 14 2 472 135 107
Binary 11111010 1110001 11011011 0 110111 1100 10 100111010 1011101 1000111

Color Harmonies of #FA71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA71DB

Black with #FA71DB

Text Example


Text Example

White with #FA71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA71DB; }

 p { color: rgb(250,113,219); }

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

background-color css

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

 a { background-color: rgb(250,113,219); }

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

border-color css

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

 span { border-color: rgb(250,113,219); }

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