Html Css Color HEX #FC047C Deep Pink

📋 copy color: '#FC047C'

red 252 ◦ green 4 ◦ blue 124

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

Shades of Deep Pink #FC047C

Tints of Deep Pink #FC047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.05%

 BLUE value IS 124 (48.83% from 255) = 32.63%

R = 66.32%
G = 1.05%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC047C (or 0xFC047C) is known color: Deep Pink. HEX triplet: FC, 04 and 7C. RGB value is (252,4,124). Sum of RGB (Red+Green+Blue) = 252+4+124=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC047C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC047C is #03FB83. Grayscale: #5B5B5B. Windows color (decimal): -260996 or 8127740. OLE color: 8127740.

HSL color Cylindrical-coordinate representation of color #FC047C: hue angle of 330.97º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC047C is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 4 124 -
CMYK 0 0.98 0.51 0.01
HSL 330.97º 0.98% 0.5% -
HSV(B) 330.97º 0.98% 0.99% -
XYZ 43.83 22.24 21.05 -
YUV 91.83 146.16 242.24 -
System Red Green Blue C M Y K H S L
Decimal 252 4 124 0 0.98 0.51 0.01 330.97 0.98 0.5
Hex FC 4 7C 0 62 33 1 14B 62 32
Octal 374 4 174 0 142 63 1 513 142 62
Binary 11111100 100 1111100 0 1100010 110011 1 101001011 1100010 110010

Color Harmonies of #FC047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC047C

Black with #FC047C

Text Example


Text Example

White with #FC047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC047C; }

 p { color: rgb(252,4,124); }

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

background-color css

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

 a { background-color: rgb(252,4,124); }

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

border-color css

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

 span { border-color: rgb(252,4,124); }

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