Html Css Color HEX #FB76E6 Pale Magenta

📋 copy color: '#FB76E6'

red 251 ◦ green 118 ◦ blue 230

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

Shades of Pale Magenta #FB76E6

Tints of Pale Magenta #FB76E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.4%

R = 41.9%
G = 19.7%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FB76E6 (or 0xFB76E6) is known color: Pale Magenta. HEX triplet: FB, 76 and E6. RGB value is (251,118,230). Sum of RGB (Red+Green+Blue) = 251+118+230=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 118 (46.48% from 255 or 19.70% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB76E6 is #048919. Grayscale: #AAAAAA. Windows color (decimal): -297242 or 15103739. OLE color: 15103739.

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

Color convert

RGB 251 118 230 -
CMYK 0 0.53 0.08 0.02
HSL 309.47º 0.94% 0.72% -
HSV(B) 309.47º 0.53% 0.98% -
XYZ 60.55 39.18 79.23 -
YUV 170.54 161.56 185.39 -
System Red Green Blue C M Y K H S L
Decimal 251 118 230 0 0.53 0.08 0.02 309.47 0.94 0.72
Hex FB 76 E6 0 35 8 2 135 5E 48
Octal 373 166 346 0 65 10 2 465 136 110
Binary 11111011 1110110 11100110 0 110101 1000 10 100110101 1011110 1001000

Color Harmonies of #FB76E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB76E6

Black with #FB76E6

Text Example


Text Example

White with #FB76E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB76E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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