Html Css Color HEX #FC147F Deep Pink

📋 copy color: '#FC147F'

red 252 ◦ green 20 ◦ blue 127

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

Shades of Deep Pink #FC147F

Tints of Deep Pink #FC147F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.83%

R = 63.16%
G = 5.01%
B = 31.83%

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

#FC147F (or 0xFC147F) is known color: Deep Pink. HEX triplet: FC, 14 and 7F. RGB value is (252,20,127). Sum of RGB (Red+Green+Blue) = 252+20+127=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC147F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC147F is #03EB80. Grayscale: #656565. Windows color (decimal): -256897 or 8328444. OLE color: 8328444.

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

Color convert

RGB 252 20 127 -
CMYK 0 0.92 0.50 0.01
HSL 332.33º 0.97% 0.53% -
HSV(B) 332.33º 0.92% 0.99% -
XYZ 44.23 22.73 22.13 -
YUV 101.57 142.36 235.3 -
System Red Green Blue C M Y K H S L
Decimal 252 20 127 0 0.92 0.50 0.01 332.33 0.97 0.53
Hex FC 14 7F 0 5C 32 1 14C 61 35
Octal 374 24 177 0 134 62 1 514 141 65
Binary 11111100 10100 1111111 0 1011100 110010 1 101001100 1100001 110101

Color Harmonies of #FC147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC147F

Black with #FC147F

Text Example


Text Example

White with #FC147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC147F; }

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

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

background-color css

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

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

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

border-color css

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

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

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