Html Css Color HEX #FA85D6 Pale Magenta

📋 copy color: '#FA85D6'

red 250 ◦ green 133 ◦ blue 214

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

Shades of Pale Magenta #FA85D6

Tints of Pale Magenta #FA85D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.85%

R = 41.88%
G = 22.28%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FA85D6 (or 0xFA85D6) is known color: Pale Magenta. HEX triplet: FA, 85 and D6. RGB value is (250,133,214). Sum of RGB (Red+Green+Blue) = 250+133+214=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 133 (52.34% from 255 or 22.28% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85D6 is #057A29. Grayscale: #B1B1B1. Windows color (decimal): -358954 or 14059002. OLE color: 14059002.

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

Color convert

RGB 250 133 214 -
CMYK 0 0.47 0.14 0.02
HSL 318.46º 0.92% 0.75% -
HSV(B) 318.46º 0.47% 0.98% -
XYZ 59.95 41.95 68.56 -
YUV 177.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 250 133 214 0 0.47 0.14 0.02 318.46 0.92 0.75
Hex FA 85 D6 0 2F E 2 13E 5C 4B
Octal 372 205 326 0 57 16 2 476 134 113
Binary 11111010 10000101 11010110 0 101111 1110 10 100111110 1011100 1001011

Color Harmonies of #FA85D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA85D6

Black with #FA85D6

Text Example


Text Example

White with #FA85D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA85D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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