Html Css Color HEX #FA81EA Pale Magenta

📋 copy color: '#FA81EA'

red 250 ◦ green 129 ◦ blue 234

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

Shades of Pale Magenta #FA81EA

Tints of Pale Magenta #FA81EA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.04%

 BLUE value IS 234 (91.8% from 255) = 38.17%

R = 40.78%
G = 21.04%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA81EA (or 0xFA81EA) is known color: Pale Magenta. HEX triplet: FA, 81 and EA. RGB value is (250,129,234). Sum of RGB (Red+Green+Blue) = 250+129+234=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 129 (50.78% from 255 or 21.04% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA81EA is #057E15. Grayscale: #B0B0B0. Windows color (decimal): -359958 or 15368698. OLE color: 15368698.

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

Color convert

RGB 250 129 234 -
CMYK 0 0.48 0.06 0.02
HSL 307.93º 0.92% 0.74% -
HSV(B) 307.93º 0.48% 0.98% -
XYZ 62.13 41.97 82.67 -
YUV 177.15 160.09 179.96 -
System Red Green Blue C M Y K H S L
Decimal 250 129 234 0 0.48 0.06 0.02 307.93 0.92 0.74
Hex FA 81 EA 0 30 6 2 134 5C 4A
Octal 372 201 352 0 60 6 2 464 134 112
Binary 11111010 10000001 11101010 0 110000 110 10 100110100 1011100 1001010

Color Harmonies of #FA81EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA81EA

Black with #FA81EA

Text Example


Text Example

White with #FA81EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA81EA; }

 p { color: rgb(250,129,234); }

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

background-color css

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

 a { background-color: rgb(250,129,234); }

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

border-color css

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

 span { border-color: rgb(250,129,234); }

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