Html Css Color HEX #FA8FE2 Pale Magenta

📋 copy color: '#FA8FE2'

red 250 ◦ green 143 ◦ blue 226

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

Shades of Pale Magenta #FA8FE2

Tints of Pale Magenta #FA8FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.51%

R = 40.39%
G = 23.1%
B = 36.51%

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

#FA8FE2 (or 0xFA8FE2) is known color: Pale Magenta. HEX triplet: FA, 8F and E2. RGB value is (250,143,226). Sum of RGB (Red+Green+Blue) = 250+143+226=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 143 (56.25% from 255 or 23.10% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8FE2 is #05701D. Grayscale: #B8B8B8. Windows color (decimal): -356382 or 14847994. OLE color: 14847994.

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

Color convert

RGB 250 143 226 -
CMYK 0 0.43 0.10 0.02
HSL 313.46º 0.91% 0.77% -
HSV(B) 313.46º 0.43% 0.98% -
XYZ 62.97 45.46 77.41 -
YUV 184.46 151.45 174.75 -
System Red Green Blue C M Y K H S L
Decimal 250 143 226 0 0.43 0.10 0.02 313.46 0.91 0.77
Hex FA 8F E2 0 2B A 2 139 5B 4D
Octal 372 217 342 0 53 12 2 471 133 115
Binary 11111010 10001111 11100010 0 101011 1010 10 100111001 1011011 1001101

Color Harmonies of #FA8FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8FE2

Black with #FA8FE2

Text Example


Text Example

White with #FA8FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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