Html Css Color HEX #FA87DF Pale Magenta

📋 copy color: '#FA87DF'

red 250 ◦ green 135 ◦ blue 223

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

Shades of Pale Magenta #FA87DF

Tints of Pale Magenta #FA87DF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 22.2%

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

R = 41.12%
G = 22.2%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA87DF (or 0xFA87DF) is known color: Pale Magenta. HEX triplet: FA, 87 and DF. RGB value is (250,135,223). Sum of RGB (Red+Green+Blue) = 250+135+223=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 135 (53.12% from 255 or 22.20% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87DF is #057820. Grayscale: #B3B3B3. Windows color (decimal): -358433 or 14649338. OLE color: 14649338.

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

Color convert

RGB 250 135 223 -
CMYK 0 0.46 0.11 0.02
HSL 314.09º 0.92% 0.75% -
HSV(B) 314.09º 0.46% 0.98% -
XYZ 61.41 42.98 74.87 -
YUV 179.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 250 135 223 0 0.46 0.11 0.02 314.09 0.92 0.75
Hex FA 87 DF 0 2E B 2 13A 5C 4B
Octal 372 207 337 0 56 13 2 472 134 113
Binary 11111010 10000111 11011111 0 101110 1011 10 100111010 1011100 1001011

Color Harmonies of #FA87DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA87DF

Black with #FA87DF

Text Example


Text Example

White with #FA87DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA87DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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