Html Css Color HEX #FB80E9 Pale Magenta

📋 copy color: '#FB80E9'

red 251 ◦ green 128 ◦ blue 233

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

Shades of Pale Magenta #FB80E9

Tints of Pale Magenta #FB80E9

RGB

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

 GREEN value IS 128 (50.39% from 255) = 20.92%

 BLUE value IS 233 (91.41% from 255) = 38.07%

R = 41.01%
G = 20.92%
B = 38.07%

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

#FB80E9 (or 0xFB80E9) is known color: Pale Magenta. HEX triplet: FB, 80 and E9. RGB value is (251,128,233). Sum of RGB (Red+Green+Blue) = 251+128+233=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 128 (50.39% from 255 or 20.92% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB80E9 is #047F16. Grayscale: #B0B0B0. Windows color (decimal): -294679 or 15302907. OLE color: 15302907.

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

Color convert

RGB 251 128 233 -
CMYK 0 0.49 0.07 0.02
HSL 308.78º 0.94% 0.74% -
HSV(B) 308.78º 0.49% 0.98% -
XYZ 62.21 41.83 81.89 -
YUV 176.75 159.75 180.96 -
System Red Green Blue C M Y K H S L
Decimal 251 128 233 0 0.49 0.07 0.02 308.78 0.94 0.74
Hex FB 80 E9 0 31 7 2 135 5E 4A
Octal 373 200 351 0 61 7 2 465 136 112
Binary 11111011 10000000 11101001 0 110001 111 10 100110101 1011110 1001010

Color Harmonies of #FB80E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB80E9

Black with #FB80E9

Text Example


Text Example

White with #FB80E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB80E9; }

 p { color: rgb(251,128,233); }

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

background-color css

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

 a { background-color: rgb(251,128,233); }

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

border-color css

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

 span { border-color: rgb(251,128,233); }

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