Html Css Color HEX #FB73EC Pale Magenta

📋 copy color: '#FB73EC'

red 251 ◦ green 115 ◦ blue 236

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

Shades of Pale Magenta #FB73EC

Tints of Pale Magenta #FB73EC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.1%

 BLUE value IS 236 (92.58% from 255) = 39.2%

R = 41.69%
G = 19.1%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB73EC (or 0xFB73EC) is known color: Pale Magenta. HEX triplet: FB, 73 and EC. RGB value is (251,115,236). Sum of RGB (Red+Green+Blue) = 251+115+236=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 115 (45.31% from 255 or 19.10% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB73EC is #048C13. Grayscale: #A9A9A9. Windows color (decimal): -298004 or 15496187. OLE color: 15496187.

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

Color convert

RGB 251 115 236 -
CMYK 0 0.54 0.06 0.02
HSL 306.62º 0.94% 0.72% -
HSV(B) 306.62º 0.54% 0.98% -
XYZ 61.05 38.83 83.63 -
YUV 169.46 165.56 186.16 -
System Red Green Blue C M Y K H S L
Decimal 251 115 236 0 0.54 0.06 0.02 306.62 0.94 0.72
Hex FB 73 EC 0 36 6 2 133 5E 48
Octal 373 163 354 0 66 6 2 463 136 110
Binary 11111011 1110011 11101100 0 110110 110 10 100110011 1011110 1001000

Color Harmonies of #FB73EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB73EC

Black with #FB73EC

Text Example


Text Example

White with #FB73EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB73EC; }

 p { color: rgb(251,115,236); }

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

background-color css

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

 a { background-color: rgb(251,115,236); }

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

border-color css

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

 span { border-color: rgb(251,115,236); }

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