Html Css Color HEX #FB73E8 Pale Magenta

📋 copy color: '#FB73E8'

red 251 ◦ green 115 ◦ blue 232

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

Shades of Pale Magenta #FB73E8

Tints of Pale Magenta #FB73E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.8%

R = 41.97%
G = 19.23%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FB73E8 (or 0xFB73E8) is known color: Pale Magenta. HEX triplet: FB, 73 and E8. RGB value is (251,115,232). Sum of RGB (Red+Green+Blue) = 251+115+232=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 115 (45.31% from 255 or 19.23% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB73E8 is #048C17. Grayscale: #A8A8A8. Windows color (decimal): -298008 or 15234043. OLE color: 15234043.

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

Color convert

RGB 251 115 232 -
CMYK 0 0.54 0.08 0.02
HSL 308.38º 0.94% 0.72% -
HSV(B) 308.38º 0.54% 0.98% -
XYZ 60.48 38.6 80.61 -
YUV 169 163.56 186.49 -
System Red Green Blue C M Y K H S L
Decimal 251 115 232 0 0.54 0.08 0.02 308.38 0.94 0.72
Hex FB 73 E8 0 36 8 2 134 5E 48
Octal 373 163 350 0 66 10 2 464 136 110
Binary 11111011 1110011 11101000 0 110110 1000 10 100110100 1011110 1001000

Color Harmonies of #FB73E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB73E8

Black with #FB73E8

Text Example


Text Example

White with #FB73E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB73E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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