Html Css Color HEX #FB76B8 Persian Pink

📋 copy color: '#FB76B8'

red 251 ◦ green 118 ◦ blue 184

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

Shades of Persian Pink #FB76B8

Tints of Persian Pink #FB76B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.27%

R = 45.39%
G = 21.34%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FB76B8 (or 0xFB76B8) is known color: Persian Pink. HEX triplet: FB, 76 and B8. RGB value is (251,118,184). Sum of RGB (Red+Green+Blue) = 251+118+184=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB76B8 is #048947. Grayscale: #A5A5A5. Windows color (decimal): -297288 or 12089083. OLE color: 12089083.

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

Color convert

RGB 251 118 184 -
CMYK 0 0.53 0.27 0.02
HSL 330.23º 0.94% 0.72% -
HSV(B) 330.23º 0.53% 0.98% -
XYZ 54.91 36.93 49.58 -
YUV 165.29 138.56 189.13 -
System Red Green Blue C M Y K H S L
Decimal 251 118 184 0 0.53 0.27 0.02 330.23 0.94 0.72
Hex FB 76 B8 0 35 1B 2 14A 5E 48
Octal 373 166 270 0 65 33 2 512 136 110
Binary 11111011 1110110 10111000 0 110101 11011 10 101001010 1011110 1001000

Color Harmonies of #FB76B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB76B8

Black with #FB76B8

Text Example


Text Example

White with #FB76B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB76B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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