Html Css Color HEX #FB76DD Pale Magenta

📋 copy color: '#FB76DD'

red 251 ◦ green 118 ◦ blue 221

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

Shades of Pale Magenta #FB76DD

Tints of Pale Magenta #FB76DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20%

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

R = 42.54%
G = 20%
B = 37.46%

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

#FB76DD (or 0xFB76DD) is known color: Pale Magenta. HEX triplet: FB, 76 and DD. RGB value is (251,118,221). Sum of RGB (Red+Green+Blue) = 251+118+221=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 118 (46.48% from 255 or 20% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB76DD is #048922. Grayscale: #A9A9A9. Windows color (decimal): -297251 or 14513915. OLE color: 14513915.

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

Color convert

RGB 251 118 221 -
CMYK 0 0.53 0.12 0.02
HSL 313.53º 0.94% 0.72% -
HSV(B) 313.53º 0.53% 0.98% -
XYZ 59.31 38.69 72.75 -
YUV 169.51 157.06 186.12 -
System Red Green Blue C M Y K H S L
Decimal 251 118 221 0 0.53 0.12 0.02 313.53 0.94 0.72
Hex FB 76 DD 0 35 C 2 13A 5E 48
Octal 373 166 335 0 65 14 2 472 136 110
Binary 11111011 1110110 11011101 0 110101 1100 10 100111010 1011110 1001000

Color Harmonies of #FB76DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB76DD

Black with #FB76DD

Text Example


Text Example

White with #FB76DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB76DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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