Html Css Color HEX #FC139D Deep Pink

📋 copy color: '#FC139D'

red 252 ◦ green 19 ◦ blue 157

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

Shades of Deep Pink #FC139D

Tints of Deep Pink #FC139D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.68%

R = 58.88%
G = 4.44%
B = 36.68%

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

#FC139D (or 0xFC139D) is known color: Deep Pink. HEX triplet: FC, 13 and 9D. RGB value is (252,19,157). Sum of RGB (Red+Green+Blue) = 252+19+157=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 19 (7.81% from 255 or 4.44% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC139D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC139D is #03EC62. Grayscale: #686868. Windows color (decimal): -257123 or 10294268. OLE color: 10294268.

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

Color convert

RGB 252 19 157 -
CMYK 0 0.92 0.38 0.01
HSL 324.46º 0.97% 0.53% -
HSV(B) 324.46º 0.92% 0.99% -
XYZ 46.46 23.6 34 -
YUV 104.4 157.69 233.28 -
System Red Green Blue C M Y K H S L
Decimal 252 19 157 0 0.92 0.38 0.01 324.46 0.97 0.53
Hex FC 13 9D 0 5C 26 1 144 61 35
Octal 374 23 235 0 134 46 1 504 141 65
Binary 11111100 10011 10011101 0 1011100 100110 1 101000100 1100001 110101

Color Harmonies of #FC139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC139D

Black with #FC139D

Text Example


Text Example

White with #FC139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC139D; }

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

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

background-color css

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

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

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

border-color css

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

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

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