Html Css Color HEX #FA85D5 Pale Magenta

📋 copy color: '#FA85D5'

red 250 ◦ green 133 ◦ blue 213

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

Shades of Pale Magenta #FA85D5

Tints of Pale Magenta #FA85D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.74%

R = 41.95%
G = 22.32%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA85D5 (or 0xFA85D5) is known color: Pale Magenta. HEX triplet: FA, 85 and D5. RGB value is (250,133,213). Sum of RGB (Red+Green+Blue) = 250+133+213=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 133 (52.34% from 255 or 22.32% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85D5 is #057A2A. Grayscale: #B0B0B0. Windows color (decimal): -358955 or 13993466. OLE color: 13993466.

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

Color convert

RGB 250 133 213 -
CMYK 0 0.47 0.15 0.02
HSL 318.97º 0.92% 0.75% -
HSV(B) 318.97º 0.47% 0.98% -
XYZ 59.82 41.9 67.89 -
YUV 177.1 148.26 180 -
System Red Green Blue C M Y K H S L
Decimal 250 133 213 0 0.47 0.15 0.02 318.97 0.92 0.75
Hex FA 85 D5 0 2F F 2 13F 5C 4B
Octal 372 205 325 0 57 17 2 477 134 113
Binary 11111010 10000101 11010101 0 101111 1111 10 100111111 1011100 1001011

Color Harmonies of #FA85D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA85D5

Black with #FA85D5

Text Example


Text Example

White with #FA85D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA85D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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