Html Css Color HEX #FC147D Deep Pink

📋 copy color: '#FC147D'

red 252 ◦ green 20 ◦ blue 125

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

Shades of Deep Pink #FC147D

Tints of Deep Pink #FC147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.04%

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 63.48%
G = 5.04%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC147D (or 0xFC147D) is known color: Deep Pink. HEX triplet: FC, 14 and 7D. RGB value is (252,20,125). Sum of RGB (Red+Green+Blue) = 252+20+125=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC147D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC147D is #03EB82. Grayscale: #656565. Windows color (decimal): -256899 or 8197372. OLE color: 8197372.

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

Color convert

RGB 252 20 125 -
CMYK 0 0.92 0.50 0.01
HSL 332.84º 0.97% 0.53% -
HSV(B) 332.84º 0.92% 0.99% -
XYZ 44.1 22.68 21.45 -
YUV 101.34 141.36 235.46 -
System Red Green Blue C M Y K H S L
Decimal 252 20 125 0 0.92 0.50 0.01 332.84 0.97 0.53
Hex FC 14 7D 0 5C 32 1 14D 61 35
Octal 374 24 175 0 134 62 1 515 141 65
Binary 11111100 10100 1111101 0 1011100 110010 1 101001101 1100001 110101

Color Harmonies of #FC147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC147D

Black with #FC147D

Text Example


Text Example

White with #FC147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC147D; }

 p { color: rgb(252,20,125); }

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

background-color css

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

 a { background-color: rgb(252,20,125); }

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

border-color css

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

 span { border-color: rgb(252,20,125); }

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