Html Css Color HEX #FA8FE0 Pale Magenta

📋 copy color: '#FA8FE0'

red 250 ◦ green 143 ◦ blue 224

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

Shades of Pale Magenta #FA8FE0

Tints of Pale Magenta #FA8FE0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.18%

 BLUE value IS 224 (87.89% from 255) = 36.3%

R = 40.52%
G = 23.18%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA8FE0 (or 0xFA8FE0) is known color: Pale Magenta. HEX triplet: FA, 8F and E0. RGB value is (250,143,224). Sum of RGB (Red+Green+Blue) = 250+143+224=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 143 (56.25% from 255 or 23.18% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8FE0 is #05701F. Grayscale: #B8B8B8. Windows color (decimal): -356384 or 14716922. OLE color: 14716922.

HSL color Cylindrical-coordinate representation of color #FA8FE0: hue angle of 314.58º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8FE0 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 143 224 -
CMYK 0 0.43 0.10 0.02
HSL 314.58º 0.91% 0.77% -
HSV(B) 314.58º 0.43% 0.98% -
XYZ 62.7 45.35 75.97 -
YUV 184.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 250 143 224 0 0.43 0.10 0.02 314.58 0.91 0.77
Hex FA 8F E0 0 2B A 2 13B 5B 4D
Octal 372 217 340 0 53 12 2 473 133 115
Binary 11111010 10001111 11100000 0 101011 1010 10 100111011 1011011 1001101

Color Harmonies of #FA8FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8FE0

Black with #FA8FE0

Text Example


Text Example

White with #FA8FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8FE0; }

 p { color: rgb(250,143,224); }

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

background-color css

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

 a { background-color: rgb(250,143,224); }

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

border-color css

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

 span { border-color: rgb(250,143,224); }

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