Html Css Color HEX #FB79DC Pale Magenta

📋 copy color: '#FB79DC'

red 251 ◦ green 121 ◦ blue 220

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

Shades of Pale Magenta #FB79DC

Tints of Pale Magenta #FB79DC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 20.44%

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

R = 42.4%
G = 20.44%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB79DC (or 0xFB79DC) is known color: Pale Magenta. HEX triplet: FB, 79 and DC. RGB value is (251,121,220). Sum of RGB (Red+Green+Blue) = 251+121+220=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 121 (47.66% from 255 or 20.44% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FB79DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB79DC is #048623. Grayscale: #AAAAAA. Windows color (decimal): -296484 or 14449147. OLE color: 14449147.

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

Color convert

RGB 251 121 220 -
CMYK 0 0.52 0.12 0.02
HSL 314.31º 0.94% 0.73% -
HSV(B) 314.31º 0.52% 0.98% -
XYZ 59.54 39.35 72.17 -
YUV 171.16 155.57 184.95 -
System Red Green Blue C M Y K H S L
Decimal 251 121 220 0 0.52 0.12 0.02 314.31 0.94 0.73
Hex FB 79 DC 0 34 C 2 13A 5E 49
Octal 373 171 334 0 64 14 2 472 136 111
Binary 11111011 1111001 11011100 0 110100 1100 10 100111010 1011110 1001001

Color Harmonies of #FB79DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB79DC

Black with #FB79DC

Text Example


Text Example

White with #FB79DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB79DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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