Html Css Color HEX #FB76BA Persian Pink

📋 copy color: '#FB76BA'

red 251 ◦ green 118 ◦ blue 186

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

Shades of Persian Pink #FB76BA

Tints of Persian Pink #FB76BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.51%

R = 45.23%
G = 21.26%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FB76BA (or 0xFB76BA) is known color: Persian Pink. HEX triplet: FB, 76 and BA. RGB value is (251,118,186). Sum of RGB (Red+Green+Blue) = 251+118+186=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB76BA is #048945. Grayscale: #A5A5A5. Windows color (decimal): -297286 or 12220155. OLE color: 12220155.

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

Color convert

RGB 251 118 186 -
CMYK 0 0.53 0.26 0.02
HSL 329.32º 0.94% 0.72% -
HSV(B) 329.32º 0.53% 0.98% -
XYZ 55.13 37.01 50.69 -
YUV 165.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 251 118 186 0 0.53 0.26 0.02 329.32 0.94 0.72
Hex FB 76 BA 0 35 1A 2 149 5E 48
Octal 373 166 272 0 65 32 2 511 136 110
Binary 11111011 1110110 10111010 0 110101 11010 10 101001001 1011110 1001000

Color Harmonies of #FB76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB76BA

Black with #FB76BA

Text Example


Text Example

White with #FB76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB76BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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