Html Css Color HEX #FB81E3 Pale Magenta

📋 copy color: '#FB81E3'

red 251 ◦ green 129 ◦ blue 227

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

Shades of Pale Magenta #FB81E3

Tints of Pale Magenta #FB81E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.4%

R = 41.35%
G = 21.25%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FB81E3 (or 0xFB81E3) is known color: Pale Magenta. HEX triplet: FB, 81 and E3. RGB value is (251,129,227). Sum of RGB (Red+Green+Blue) = 251+129+227=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 129 (50.78% from 255 or 21.25% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB81E3 is #047E1C. Grayscale: #B0B0B0. Windows color (decimal): -294429 or 14909947. OLE color: 14909947.

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

Color convert

RGB 251 129 227 -
CMYK 0 0.49 0.10 0.02
HSL 311.8º 0.94% 0.75% -
HSV(B) 311.8º 0.49% 0.98% -
XYZ 61.5 41.76 77.49 -
YUV 176.65 156.42 181.03 -
System Red Green Blue C M Y K H S L
Decimal 251 129 227 0 0.49 0.10 0.02 311.8 0.94 0.75
Hex FB 81 E3 0 31 A 2 138 5E 4B
Octal 373 201 343 0 61 12 2 470 136 113
Binary 11111011 10000001 11100011 0 110001 1010 10 100111000 1011110 1001011

Color Harmonies of #FB81E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB81E3

Black with #FB81E3

Text Example


Text Example

White with #FB81E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB81E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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