Html Css Color HEX #FC139F Deep Pink

📋 copy color: '#FC139F'

red 252 ◦ green 19 ◦ blue 159

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

Shades of Deep Pink #FC139F

Tints of Deep Pink #FC139F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.98%

R = 58.6%
G = 4.42%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC139F (or 0xFC139F) is known color: Deep Pink. HEX triplet: FC, 13 and 9F. RGB value is (252,19,159). Sum of RGB (Red+Green+Blue) = 252+19+159=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 19 (7.81% from 255 or 4.42% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC139F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC139F is #03EC60. Grayscale: #686868. Windows color (decimal): -257121 or 10425340. OLE color: 10425340.

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

Color convert

RGB 252 19 159 -
CMYK 0 0.92 0.37 0.01
HSL 323.95º 0.97% 0.53% -
HSV(B) 323.95º 0.92% 0.99% -
XYZ 46.64 23.66 34.91 -
YUV 104.63 158.69 233.12 -
System Red Green Blue C M Y K H S L
Decimal 252 19 159 0 0.92 0.37 0.01 323.95 0.97 0.53
Hex FC 13 9F 0 5C 25 1 144 61 35
Octal 374 23 237 0 134 45 1 504 141 65
Binary 11111100 10011 10011111 0 1011100 100101 1 101000100 1100001 110101

Color Harmonies of #FC139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC139F

Black with #FC139F

Text Example


Text Example

White with #FC139F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC139F; }

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

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

background-color css

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

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

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

border-color css

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

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

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