Html Css Color HEX #FB77DC Pale Magenta

📋 copy color: '#FB77DC'

red 251 ◦ green 119 ◦ blue 220

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

Shades of Pale Magenta #FB77DC

Tints of Pale Magenta #FB77DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.29%

R = 42.54%
G = 20.17%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB77DC (or 0xFB77DC) is known color: Pale Magenta. HEX triplet: FB, 77 and DC. RGB value is (251,119,220). Sum of RGB (Red+Green+Blue) = 251+119+220=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 119 (46.88% from 255 or 20.17% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB77DC is #048823. Grayscale: #A9A9A9. Windows color (decimal): -296996 or 14448635. OLE color: 14448635.

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

Color convert

RGB 251 119 220 -
CMYK 0 0.53 0.12 0.02
HSL 314.09º 0.94% 0.73% -
HSV(B) 314.09º 0.53% 0.98% -
XYZ 59.3 38.87 72.09 -
YUV 169.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 251 119 220 0 0.53 0.12 0.02 314.09 0.94 0.73
Hex FB 77 DC 0 35 C 2 13A 5E 49
Octal 373 167 334 0 65 14 2 472 136 111
Binary 11111011 1110111 11011100 0 110101 1100 10 100111010 1011110 1001001

Color Harmonies of #FB77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB77DC

Black with #FB77DC

Text Example


Text Example

White with #FB77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB77DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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