Html Css Color HEX #FC76B2 Hot Pink

📋 copy color: '#FC76B2'

red 252 ◦ green 118 ◦ blue 178

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

Shades of Hot Pink #FC76B2

Tints of Hot Pink #FC76B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.48%

R = 45.99%
G = 21.53%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC76B2 (or 0xFC76B2) is known color: Hot Pink. HEX triplet: FC, 76 and B2. RGB value is (252,118,178). Sum of RGB (Red+Green+Blue) = 252+118+178=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC76B2 is #03894D. Grayscale: #A4A4A4. Windows color (decimal): -231758 or 11695868. OLE color: 11695868.

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

Color convert

RGB 252 118 178 -
CMYK 0 0.53 0.29 0.01
HSL 333.13º 0.96% 0.73% -
HSV(B) 333.13º 0.53% 0.99% -
XYZ 54.66 36.87 46.35 -
YUV 164.91 135.39 190.12 -
System Red Green Blue C M Y K H S L
Decimal 252 118 178 0 0.53 0.29 0.01 333.13 0.96 0.73
Hex FC 76 B2 0 35 1D 1 14D 60 49
Octal 374 166 262 0 65 35 1 515 140 111
Binary 11111100 1110110 10110010 0 110101 11101 1 101001101 1100000 1001001

Color Harmonies of #FC76B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC76B2

Black with #FC76B2

Text Example


Text Example

White with #FC76B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC76B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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