Html Css Color HEX #FB79DF Pale Magenta

📋 copy color: '#FB79DF'

red 251 ◦ green 121 ◦ blue 223

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

Shades of Pale Magenta #FB79DF

Tints of Pale Magenta #FB79DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.48%

R = 42.18%
G = 20.34%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FB79DF (or 0xFB79DF) is known color: Pale Magenta. HEX triplet: FB, 79 and DF. RGB value is (251,121,223). Sum of RGB (Red+Green+Blue) = 251+121+223=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 121 (47.66% from 255 or 20.34% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB79DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB79DF is #048620. Grayscale: #ABABAB. Windows color (decimal): -296481 or 14645755. OLE color: 14645755.

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

Color convert

RGB 251 121 223 -
CMYK 0 0.52 0.11 0.02
HSL 312.92º 0.94% 0.73% -
HSV(B) 312.92º 0.52% 0.98% -
XYZ 59.94 39.51 74.28 -
YUV 171.5 157.07 184.71 -
System Red Green Blue C M Y K H S L
Decimal 251 121 223 0 0.52 0.11 0.02 312.92 0.94 0.73
Hex FB 79 DF 0 34 B 2 139 5E 49
Octal 373 171 337 0 64 13 2 471 136 111
Binary 11111011 1111001 11011111 0 110100 1011 10 100111001 1011110 1001001

Color Harmonies of #FB79DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB79DF

Black with #FB79DF

Text Example


Text Example

White with #FB79DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB79DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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