Html Css Color HEX #FB76C0 Persian Pink

📋 copy color: '#FB76C0'

red 251 ◦ green 118 ◦ blue 192

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

Shades of Persian Pink #FB76C0

Tints of Persian Pink #FB76C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.22%

R = 44.74%
G = 21.03%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FB76C0 (or 0xFB76C0) is known color: Persian Pink. HEX triplet: FB, 76 and C0. RGB value is (251,118,192). Sum of RGB (Red+Green+Blue) = 251+118+192=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB76C0 is #04893F. Grayscale: #A6A6A6. Windows color (decimal): -297280 or 12613371. OLE color: 12613371.

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

Color convert

RGB 251 118 192 -
CMYK 0 0.53 0.24 0.02
HSL 326.62º 0.94% 0.72% -
HSV(B) 326.62º 0.53% 0.98% -
XYZ 55.78 37.27 54.12 -
YUV 166.2 142.56 188.48 -
System Red Green Blue C M Y K H S L
Decimal 251 118 192 0 0.53 0.24 0.02 326.62 0.94 0.72
Hex FB 76 C0 0 35 18 2 147 5E 48
Octal 373 166 300 0 65 30 2 507 136 110
Binary 11111011 1110110 11000000 0 110101 11000 10 101000111 1011110 1001000

Color Harmonies of #FB76C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB76C0

Black with #FB76C0

Text Example


Text Example

White with #FB76C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB76C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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