Html Css Color HEX #FC1B76 Deep Pink

📋 copy color: '#FC1B76'

red 252 ◦ green 27 ◦ blue 118

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

Shades of Deep Pink #FC1B76

Tints of Deep Pink #FC1B76

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.8%

 BLUE value IS 118 (46.48% from 255) = 29.72%

R = 63.48%
G = 6.8%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC1B76 (or 0xFC1B76) is known color: Deep Pink. HEX triplet: FC, 1B and 76. RGB value is (252,27,118). Sum of RGB (Red+Green+Blue) = 252+27+118=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1B76 is #03E489. Grayscale: #686868. Windows color (decimal): -255114 or 7740412. OLE color: 7740412.

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

Color convert

RGB 252 27 118 -
CMYK 0 0.89 0.53 0.01
HSL 335.73º 0.97% 0.55% -
HSV(B) 335.73º 0.89% 0.99% -
XYZ 43.81 22.79 19.23 -
YUV 104.65 135.54 233.1 -
System Red Green Blue C M Y K H S L
Decimal 252 27 118 0 0.89 0.53 0.01 335.73 0.97 0.55
Hex FC 1B 76 0 59 35 1 150 61 37
Octal 374 33 166 0 131 65 1 520 141 67
Binary 11111100 11011 1110110 0 1011001 110101 1 101010000 1100001 110111

Color Harmonies of #FC1B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1B76

Black with #FC1B76

Text Example


Text Example

White with #FC1B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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