Html Css Color HEX #FC1B9C Deep Pink

📋 copy color: '#FC1B9C'

red 252 ◦ green 27 ◦ blue 156

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

Shades of Deep Pink #FC1B9C

Tints of Deep Pink #FC1B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.86%

R = 57.93%
G = 6.21%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC1B9C (or 0xFC1B9C) is known color: Deep Pink. HEX triplet: FC, 1B and 9C. RGB value is (252,27,156). Sum of RGB (Red+Green+Blue) = 252+27+156=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1B9C is #03E463. Grayscale: #6C6C6C. Windows color (decimal): -255076 or 10230780. OLE color: 10230780.

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

Color convert

RGB 252 27 156 -
CMYK 0 0.89 0.38 0.01
HSL 325.6º 0.97% 0.55% -
HSV(B) 325.6º 0.89% 0.99% -
XYZ 46.54 23.88 33.61 -
YUV 108.98 154.54 230.01 -
System Red Green Blue C M Y K H S L
Decimal 252 27 156 0 0.89 0.38 0.01 325.6 0.97 0.55
Hex FC 1B 9C 0 59 26 1 146 61 37
Octal 374 33 234 0 131 46 1 506 141 67
Binary 11111100 11011 10011100 0 1011001 100110 1 101000110 1100001 110111

Color Harmonies of #FC1B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1B9C

Black with #FC1B9C

Text Example


Text Example

White with #FC1B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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