Html Css Color HEX #FB79DD Pale Magenta

📋 copy color: '#FB79DD'

red 251 ◦ green 121 ◦ blue 221

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

Shades of Pale Magenta #FB79DD

Tints of Pale Magenta #FB79DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.27%

R = 42.33%
G = 20.4%
B = 37.27%

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

#FB79DD (or 0xFB79DD) is known color: Pale Magenta. HEX triplet: FB, 79 and DD. RGB value is (251,121,221). Sum of RGB (Red+Green+Blue) = 251+121+221=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 121 (47.66% from 255 or 20.40% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FB79DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB79DD is #048622. Grayscale: #ABABAB. Windows color (decimal): -296483 or 14514683. OLE color: 14514683.

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

Color convert

RGB 251 121 221 -
CMYK 0 0.52 0.12 0.02
HSL 313.85º 0.94% 0.73% -
HSV(B) 313.85º 0.52% 0.98% -
XYZ 59.67 39.4 72.87 -
YUV 171.27 156.07 184.87 -
System Red Green Blue C M Y K H S L
Decimal 251 121 221 0 0.52 0.12 0.02 313.85 0.94 0.73
Hex FB 79 DD 0 34 C 2 13A 5E 49
Octal 373 171 335 0 64 14 2 472 136 111
Binary 11111011 1111001 11011101 0 110100 1100 10 100111010 1011110 1001001

Color Harmonies of #FB79DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB79DD

Black with #FB79DD

Text Example


Text Example

White with #FB79DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB79DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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