Html Css Color HEX #FA8FE4 Pale Magenta

📋 copy color: '#FA8FE4'

red 250 ◦ green 143 ◦ blue 228

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

Shades of Pale Magenta #FA8FE4

Tints of Pale Magenta #FA8FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.71%

R = 40.26%
G = 23.03%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FA8FE4 (or 0xFA8FE4) is known color: Pale Magenta. HEX triplet: FA, 8F and E4. RGB value is (250,143,228). Sum of RGB (Red+Green+Blue) = 250+143+228=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 143 (56.25% from 255 or 23.03% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8FE4 is #05701B. Grayscale: #B8B8B8. Windows color (decimal): -356380 or 14979066. OLE color: 14979066.

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

Color convert

RGB 250 143 228 -
CMYK 0 0.43 0.09 0.02
HSL 312.34º 0.91% 0.77% -
HSV(B) 312.34º 0.43% 0.98% -
XYZ 63.25 45.57 78.86 -
YUV 184.68 152.45 174.59 -
System Red Green Blue C M Y K H S L
Decimal 250 143 228 0 0.43 0.09 0.02 312.34 0.91 0.77
Hex FA 8F E4 0 2B 9 2 138 5B 4D
Octal 372 217 344 0 53 11 2 470 133 115
Binary 11111010 10001111 11100100 0 101011 1001 10 100111000 1011011 1001101

Color Harmonies of #FA8FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8FE4

Black with #FA8FE4

Text Example


Text Example

White with #FA8FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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