Html Css Color HEX #FA71DF Pale Magenta

📋 copy color: '#FA71DF'

red 250 ◦ green 113 ◦ blue 223

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

Shades of Pale Magenta #FA71DF

Tints of Pale Magenta #FA71DF

RGB

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

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

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

R = 42.66%
G = 19.28%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA71DF (or 0xFA71DF) is known color: Pale Magenta. HEX triplet: FA, 71 and DF. RGB value is (250,113,223). Sum of RGB (Red+Green+Blue) = 250+113+223=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 113 (44.53% from 255 or 19.28% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA71DF is #058E20. Grayscale: #A6A6A6. Windows color (decimal): -364065 or 14643706. OLE color: 14643706.

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

Color convert

RGB 250 113 223 -
CMYK 0 0.55 0.11 0.02
HSL 311.82º 0.93% 0.71% -
HSV(B) 311.82º 0.55% 0.98% -
XYZ 58.65 37.46 73.95 -
YUV 166.5 159.89 187.56 -
System Red Green Blue C M Y K H S L
Decimal 250 113 223 0 0.55 0.11 0.02 311.82 0.93 0.71
Hex FA 71 DF 0 37 B 2 138 5D 47
Octal 372 161 337 0 67 13 2 470 135 107
Binary 11111010 1110001 11011111 0 110111 1011 10 100111000 1011101 1000111

Color Harmonies of #FA71DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA71DF

Black with #FA71DF

Text Example


Text Example

White with #FA71DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA71DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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