Html Css Color HEX #FC76BE Persian Pink

📋 copy color: '#FC76BE'

red 252 ◦ green 118 ◦ blue 190

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

Shades of Persian Pink #FC76BE

Tints of Persian Pink #FC76BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.93%

R = 45%
G = 21.07%
B = 33.93%

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

#FC76BE (or 0xFC76BE) is known color: Persian Pink. HEX triplet: FC, 76 and BE. RGB value is (252,118,190). Sum of RGB (Red+Green+Blue) = 252+118+190=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC76BE is #038941. Grayscale: #A6A6A6. Windows color (decimal): -231746 or 12482300. OLE color: 12482300.

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

Color convert

RGB 252 118 190 -
CMYK 0 0.53 0.25 0.01
HSL 327.76º 0.96% 0.73% -
HSV(B) 327.76º 0.53% 0.99% -
XYZ 55.92 37.37 52.98 -
YUV 166.27 141.39 189.15 -
System Red Green Blue C M Y K H S L
Decimal 252 118 190 0 0.53 0.25 0.01 327.76 0.96 0.73
Hex FC 76 BE 0 35 19 1 148 60 49
Octal 374 166 276 0 65 31 1 510 140 111
Binary 11111100 1110110 10111110 0 110101 11001 1 101001000 1100000 1001001

Color Harmonies of #FC76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC76BE

Black with #FC76BE

Text Example


Text Example

White with #FC76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC76BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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