Html Css Color HEX #FB73E5 Pale Magenta

📋 copy color: '#FB73E5'

red 251 ◦ green 115 ◦ blue 229

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

Shades of Pale Magenta #FB73E5

Tints of Pale Magenta #FB73E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.49%

R = 42.18%
G = 19.33%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FB73E5 (or 0xFB73E5) is known color: Pale Magenta. HEX triplet: FB, 73 and E5. RGB value is (251,115,229). Sum of RGB (Red+Green+Blue) = 251+115+229=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 115 (45.31% from 255 or 19.33% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB73E5 is #048C1A. Grayscale: #A8A8A8. Windows color (decimal): -298011 or 15037435. OLE color: 15037435.

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

Color convert

RGB 251 115 229 -
CMYK 0 0.54 0.09 0.02
HSL 309.71º 0.94% 0.72% -
HSV(B) 309.71º 0.54% 0.98% -
XYZ 60.06 38.43 78.38 -
YUV 168.66 162.06 186.73 -
System Red Green Blue C M Y K H S L
Decimal 251 115 229 0 0.54 0.09 0.02 309.71 0.94 0.72
Hex FB 73 E5 0 36 9 2 136 5E 48
Octal 373 163 345 0 66 11 2 466 136 110
Binary 11111011 1110011 11100101 0 110110 1001 10 100110110 1011110 1001000

Color Harmonies of #FB73E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB73E5

Black with #FB73E5

Text Example


Text Example

White with #FB73E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB73E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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