Html Css Color HEX #FC047F Deep Pink

📋 copy color: '#FC047F'

red 252 ◦ green 4 ◦ blue 127

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

Shades of Deep Pink #FC047F

Tints of Deep Pink #FC047F

RGB

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

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

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

R = 65.8%
G = 1.04%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC047F (or 0xFC047F) is known color: Deep Pink. HEX triplet: FC, 04 and 7F. RGB value is (252,4,127). Sum of RGB (Red+Green+Blue) = 252+4+127=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC047F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC047F is #03FB80. Grayscale: #5B5B5B. Windows color (decimal): -260993 or 8324348. OLE color: 8324348.

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

Color convert

RGB 252 4 127 -
CMYK 0 0.98 0.50 0.01
HSL 330.24º 0.98% 0.5% -
HSV(B) 330.24º 0.98% 0.99% -
XYZ 44.02 22.31 22.07 -
YUV 92.17 147.66 242 -
System Red Green Blue C M Y K H S L
Decimal 252 4 127 0 0.98 0.50 0.01 330.24 0.98 0.5
Hex FC 4 7F 0 62 32 1 14A 62 32
Octal 374 4 177 0 142 62 1 512 142 62
Binary 11111100 100 1111111 0 1100010 110010 1 101001010 1100010 110010

Color Harmonies of #FC047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC047F

Black with #FC047F

Text Example


Text Example

White with #FC047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC047F; }

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

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

background-color css

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

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

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

border-color css

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

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

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