Html Css Color HEX #FB81EA Pale Magenta

📋 copy color: '#FB81EA'

red 251 ◦ green 129 ◦ blue 234

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

Shades of Pale Magenta #FB81EA

Tints of Pale Magenta #FB81EA

RGB

 RED value IS 251 (98.44% from 255) = 40.88%

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

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

R = 40.88%
G = 21.01%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FB81EA (or 0xFB81EA) is known color: Pale Magenta. HEX triplet: FB, 81 and EA. RGB value is (251,129,234). Sum of RGB (Red+Green+Blue) = 251+129+234=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 129 (50.78% from 255 or 21.01% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB81EA is #047E15. Grayscale: #B1B1B1. Windows color (decimal): -294422 or 15368699. OLE color: 15368699.

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

Color convert

RGB 251 129 234 -
CMYK 0 0.49 0.07 0.02
HSL 308.36º 0.94% 0.75% -
HSV(B) 308.36º 0.49% 0.98% -
XYZ 62.49 42.15 82.68 -
YUV 177.45 159.92 180.46 -
System Red Green Blue C M Y K H S L
Decimal 251 129 234 0 0.49 0.07 0.02 308.36 0.94 0.75
Hex FB 81 EA 0 31 7 2 134 5E 4B
Octal 373 201 352 0 61 7 2 464 136 113
Binary 11111011 10000001 11101010 0 110001 111 10 100110100 1011110 1001011

Color Harmonies of #FB81EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB81EA

Black with #FB81EA

Text Example


Text Example

White with #FB81EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB81EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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