Html Css Color HEX #FB76C1 Persian Pink

📋 copy color: '#FB76C1'

red 251 ◦ green 118 ◦ blue 193

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

Shades of Persian Pink #FB76C1

Tints of Persian Pink #FB76C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.34%

R = 44.66%
G = 21%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB76C1 (or 0xFB76C1) is known color: Persian Pink. HEX triplet: FB, 76 and C1. RGB value is (251,118,193). Sum of RGB (Red+Green+Blue) = 251+118+193=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB76C1 is #04893E. Grayscale: #A6A6A6. Windows color (decimal): -297279 or 12678907. OLE color: 12678907.

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

Color convert

RGB 251 118 193 -
CMYK 0 0.53 0.23 0.02
HSL 326.17º 0.94% 0.72% -
HSV(B) 326.17º 0.53% 0.98% -
XYZ 55.89 37.32 54.71 -
YUV 166.32 143.06 188.4 -
System Red Green Blue C M Y K H S L
Decimal 251 118 193 0 0.53 0.23 0.02 326.17 0.94 0.72
Hex FB 76 C1 0 35 17 2 146 5E 48
Octal 373 166 301 0 65 27 2 506 136 110
Binary 11111011 1110110 11000001 0 110101 10111 10 101000110 1011110 1001000

Color Harmonies of #FB76C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB76C1

Black with #FB76C1

Text Example


Text Example

White with #FB76C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB76C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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