Html Css Color HEX #FB77E5 Pale Magenta

📋 copy color: '#FB77E5'

red 251 ◦ green 119 ◦ blue 229

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

Shades of Pale Magenta #FB77E5

Tints of Pale Magenta #FB77E5

RGB

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

 GREEN value IS 119 (46.88% from 255) = 19.87%

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

R = 41.9%
G = 19.87%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FB77E5 (or 0xFB77E5) is known color: Pale Magenta. HEX triplet: FB, 77 and E5. RGB value is (251,119,229). Sum of RGB (Red+Green+Blue) = 251+119+229=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 119 (46.88% from 255 or 19.87% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB77E5 is #04881A. Grayscale: #AAAAAA. Windows color (decimal): -296987 or 15038459. OLE color: 15038459.

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

Color convert

RGB 251 119 229 -
CMYK 0 0.53 0.09 0.02
HSL 310º 0.94% 0.73% -
HSV(B) 310º 0.53% 0.98% -
XYZ 60.52 39.36 78.54 -
YUV 171.01 160.73 185.06 -
System Red Green Blue C M Y K H S L
Decimal 251 119 229 0 0.53 0.09 0.02 310 0.94 0.73
Hex FB 77 E5 0 35 9 2 136 5E 49
Octal 373 167 345 0 65 11 2 466 136 111
Binary 11111011 1110111 11100101 0 110101 1001 10 100110110 1011110 1001001

Color Harmonies of #FB77E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB77E5

Black with #FB77E5

Text Example


Text Example

White with #FB77E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB77E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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