Html Css Color HEX #FC139B Deep Pink

📋 copy color: '#FC139B'

red 252 ◦ green 19 ◦ blue 155

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

Shades of Deep Pink #FC139B

Tints of Deep Pink #FC139B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.38%

R = 59.15%
G = 4.46%
B = 36.38%

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

#FC139B (or 0xFC139B) is known color: Deep Pink. HEX triplet: FC, 13 and 9B. RGB value is (252,19,155). Sum of RGB (Red+Green+Blue) = 252+19+155=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC139B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC139B is #03EC64. Grayscale: #676767. Windows color (decimal): -257125 or 10163196. OLE color: 10163196.

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

Color convert

RGB 252 19 155 -
CMYK 0 0.92 0.38 0.01
HSL 324.98º 0.97% 0.53% -
HSV(B) 324.98º 0.92% 0.99% -
XYZ 46.29 23.53 33.11 -
YUV 104.17 156.69 233.44 -
System Red Green Blue C M Y K H S L
Decimal 252 19 155 0 0.92 0.38 0.01 324.98 0.97 0.53
Hex FC 13 9B 0 5C 26 1 145 61 35
Octal 374 23 233 0 134 46 1 505 141 65
Binary 11111100 10011 10011011 0 1011100 100110 1 101000101 1100001 110101

Color Harmonies of #FC139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC139B

Black with #FC139B

Text Example


Text Example

White with #FC139B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC139B; }

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

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

background-color css

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

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

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

border-color css

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

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

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