Html Css Color HEX #FA85D9 Pale Magenta

📋 copy color: '#FA85D9'

red 250 ◦ green 133 ◦ blue 217

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

Shades of Pale Magenta #FA85D9

Tints of Pale Magenta #FA85D9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.17%

 BLUE value IS 217 (85.16% from 255) = 36.17%

R = 41.67%
G = 22.17%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA85D9 (or 0xFA85D9) is known color: Pale Magenta. HEX triplet: FA, 85 and D9. RGB value is (250,133,217). Sum of RGB (Red+Green+Blue) = 250+133+217=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 133 (52.34% from 255 or 22.17% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85D9 is #057A26. Grayscale: #B1B1B1. Windows color (decimal): -358951 or 14255610. OLE color: 14255610.

HSL color Cylindrical-coordinate representation of color #FA85D9: hue angle of 316.92º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA85D9 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 133 217 -
CMYK 0 0.47 0.13 0.02
HSL 316.92º 0.92% 0.75% -
HSV(B) 316.92º 0.47% 0.98% -
XYZ 60.34 42.11 70.59 -
YUV 177.56 150.26 179.67 -
System Red Green Blue C M Y K H S L
Decimal 250 133 217 0 0.47 0.13 0.02 316.92 0.92 0.75
Hex FA 85 D9 0 2F D 2 13D 5C 4B
Octal 372 205 331 0 57 15 2 475 134 113
Binary 11111010 10000101 11011001 0 101111 1101 10 100111101 1011100 1001011

Color Harmonies of #FA85D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA85D9

Black with #FA85D9

Text Example


Text Example

White with #FA85D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA85D9; }

 p { color: rgb(250,133,217); }

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

background-color css

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

 a { background-color: rgb(250,133,217); }

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

border-color css

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

 span { border-color: rgb(250,133,217); }

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