Html Css Color HEX #FB72E5 Pale Magenta

📋 copy color: '#FB72E5'

red 251 ◦ green 114 ◦ blue 229

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

Shades of Pale Magenta #FB72E5

Tints of Pale Magenta #FB72E5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.19%

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

R = 42.26%
G = 19.19%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FB72E5 (or 0xFB72E5) is known color: Pale Magenta. HEX triplet: FB, 72 and E5. RGB value is (251,114,229). Sum of RGB (Red+Green+Blue) = 251+114+229=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 114 (44.92% from 255 or 19.19% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB72E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB72E5 is #048D1A. Grayscale: #A7A7A7. Windows color (decimal): -298267 or 15037179. OLE color: 15037179.

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

Color convert

RGB 251 114 229 -
CMYK 0 0.55 0.09 0.02
HSL 309.64º 0.94% 0.72% -
HSV(B) 309.64º 0.55% 0.98% -
XYZ 59.94 38.2 78.34 -
YUV 168.07 162.39 187.15 -
System Red Green Blue C M Y K H S L
Decimal 251 114 229 0 0.55 0.09 0.02 309.64 0.94 0.72
Hex FB 72 E5 0 37 9 2 136 5E 48
Octal 373 162 345 0 67 11 2 466 136 110
Binary 11111011 1110010 11100101 0 110111 1001 10 100110110 1011110 1001000

Color Harmonies of #FB72E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB72E5

Black with #FB72E5

Text Example


Text Example

White with #FB72E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB72E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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