Html Css Color HEX #FB76E3 Pale Magenta

📋 copy color: '#FB76E3'

red 251 ◦ green 118 ◦ blue 227

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

Shades of Pale Magenta #FB76E3

Tints of Pale Magenta #FB76E3

RGB

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

 GREEN value IS 118 (46.48% from 255) = 19.8%

 BLUE value IS 227 (89.06% from 255) = 38.09%

R = 42.11%
G = 19.8%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FB76E3 (or 0xFB76E3) is known color: Pale Magenta. HEX triplet: FB, 76 and E3. RGB value is (251,118,227). Sum of RGB (Red+Green+Blue) = 251+118+227=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 118 (46.48% from 255 or 19.80% from 596); Blue value is 227 (89.06% from 255 or 38.09% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB76E3 is #04891C. Grayscale: #A9A9A9. Windows color (decimal): -297245 or 14907131. OLE color: 14907131.

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

Color convert

RGB 251 118 227 -
CMYK 0 0.53 0.10 0.02
HSL 310.83º 0.94% 0.72% -
HSV(B) 310.83º 0.53% 0.98% -
XYZ 60.13 39.01 77.03 -
YUV 170.19 160.06 185.64 -
System Red Green Blue C M Y K H S L
Decimal 251 118 227 0 0.53 0.10 0.02 310.83 0.94 0.72
Hex FB 76 E3 0 35 A 2 137 5E 48
Octal 373 166 343 0 65 12 2 467 136 110
Binary 11111011 1110110 11100011 0 110101 1010 10 100110111 1011110 1001000

Color Harmonies of #FB76E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB76E3

Black with #FB76E3

Text Example


Text Example

White with #FB76E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB76E3; }

 p { color: rgb(251,118,227); }

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

background-color css

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

 a { background-color: rgb(251,118,227); }

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

border-color css

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

 span { border-color: rgb(251,118,227); }

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