Html Css Color HEX #FA85D7 Pale Magenta

📋 copy color: '#FA85D7'

red 250 ◦ green 133 ◦ blue 215

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

Shades of Pale Magenta #FA85D7

Tints of Pale Magenta #FA85D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.95%

R = 41.81%
G = 22.24%
B = 35.95%

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

#FA85D7 (or 0xFA85D7) is known color: Pale Magenta. HEX triplet: FA, 85 and D7. RGB value is (250,133,215). Sum of RGB (Red+Green+Blue) = 250+133+215=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 133 (52.34% from 255 or 22.24% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85D7 is #057A28. Grayscale: #B1B1B1. Windows color (decimal): -358953 or 14124538. OLE color: 14124538.

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

Color convert

RGB 250 133 215 -
CMYK 0 0.47 0.14 0.02
HSL 317.95º 0.92% 0.75% -
HSV(B) 317.95º 0.47% 0.98% -
XYZ 60.08 42.01 69.23 -
YUV 177.33 149.26 179.83 -
System Red Green Blue C M Y K H S L
Decimal 250 133 215 0 0.47 0.14 0.02 317.95 0.92 0.75
Hex FA 85 D7 0 2F E 2 13E 5C 4B
Octal 372 205 327 0 57 16 2 476 134 113
Binary 11111010 10000101 11010111 0 101111 1110 10 100111110 1011100 1001011

Color Harmonies of #FA85D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA85D7

Black with #FA85D7

Text Example


Text Example

White with #FA85D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA85D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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