Html Css Color HEX #FC139C Deep Pink

📋 copy color: '#FC139C'

red 252 ◦ green 19 ◦ blue 156

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

Shades of Deep Pink #FC139C

Tints of Deep Pink #FC139C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.45%

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

R = 59.02%
G = 4.45%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC139C (or 0xFC139C) is known color: Deep Pink. HEX triplet: FC, 13 and 9C. RGB value is (252,19,156). Sum of RGB (Red+Green+Blue) = 252+19+156=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 19 (7.81% from 255 or 4.45% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC139C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC139C is #03EC63. Grayscale: #676767. Windows color (decimal): -257124 or 10228732. OLE color: 10228732.

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

Color convert

RGB 252 19 156 -
CMYK 0 0.92 0.38 0.01
HSL 324.72º 0.97% 0.53% -
HSV(B) 324.72º 0.92% 0.99% -
XYZ 46.38 23.56 33.56 -
YUV 104.29 157.19 233.36 -
System Red Green Blue C M Y K H S L
Decimal 252 19 156 0 0.92 0.38 0.01 324.72 0.97 0.53
Hex FC 13 9C 0 5C 26 1 145 61 35
Octal 374 23 234 0 134 46 1 505 141 65
Binary 11111100 10011 10011100 0 1011100 100110 1 101000101 1100001 110101

Color Harmonies of #FC139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC139C

Black with #FC139C

Text Example


Text Example

White with #FC139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC139C; }

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

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

background-color css

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

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

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

border-color css

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

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

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