Html Css Color HEX #FC76BD Persian Pink

📋 copy color: '#FC76BD'

red 252 ◦ green 118 ◦ blue 189

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

Shades of Persian Pink #FC76BD

Tints of Persian Pink #FC76BD

RGB

 RED value IS 252 (98.83% from 255) = 45.08%

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

 BLUE value IS 189 (74.22% from 255) = 33.81%

R = 45.08%
G = 21.11%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC76BD (or 0xFC76BD) is known color: Persian Pink. HEX triplet: FC, 76 and BD. RGB value is (252,118,189). Sum of RGB (Red+Green+Blue) = 252+118+189=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC76BD is #038942. Grayscale: #A6A6A6. Windows color (decimal): -231747 or 12416764. OLE color: 12416764.

HSL color Cylindrical-coordinate representation of color #FC76BD: hue angle of 328.21º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC76BD is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 118 189 -
CMYK 0 0.53 0.25 0.01
HSL 328.21º 0.96% 0.73% -
HSV(B) 328.21º 0.53% 0.99% -
XYZ 55.81 37.33 52.41 -
YUV 166.16 140.89 189.23 -
System Red Green Blue C M Y K H S L
Decimal 252 118 189 0 0.53 0.25 0.01 328.21 0.96 0.73
Hex FC 76 BD 0 35 19 1 148 60 49
Octal 374 166 275 0 65 31 1 510 140 111
Binary 11111100 1110110 10111101 0 110101 11001 1 101001000 1100000 1001001

Color Harmonies of #FC76BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC76BD

Black with #FC76BD

Text Example


Text Example

White with #FC76BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC76BD; }

 p { color: rgb(252,118,189); }

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

background-color css

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

 a { background-color: rgb(252,118,189); }

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

border-color css

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

 span { border-color: rgb(252,118,189); }

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