Html Css Color HEX #FD047C Deep Pink

📋 copy color: '#FD047C'

red 253 ◦ green 4 ◦ blue 124

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

Shades of Deep Pink #FD047C

Tints of Deep Pink #FD047C

RGB

 RED value IS 253 (99.22% from 255) = 66.4%

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

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

R = 66.4%
G = 1.05%
B = 32.55%

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

#FD047C (or 0xFD047C) is known color: Deep Pink. HEX triplet: FD, 04 and 7C. RGB value is (253,4,124). Sum of RGB (Red+Green+Blue) = 253+4+124=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD047C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD047C is #02FB83. Grayscale: #5B5B5B. Windows color (decimal): -195460 or 8127741. OLE color: 8127741.

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

Color convert

RGB 253 4 124 -
CMYK 0 0.98 0.51 0.01
HSL 331.08º 0.98% 0.5% -
HSV(B) 331.08º 0.98% 0.99% -
XYZ 44.19 22.42 21.07 -
YUV 92.13 145.99 242.74 -
System Red Green Blue C M Y K H S L
Decimal 253 4 124 0 0.98 0.51 0.01 331.08 0.98 0.5
Hex FD 4 7C 0 62 33 1 14B 62 32
Octal 375 4 174 0 142 63 1 513 142 62
Binary 11111101 100 1111100 0 1100010 110011 1 101001011 1100010 110010

Color Harmonies of #FD047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD047C

Black with #FD047C

Text Example


Text Example

White with #FD047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD047C; }

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

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

background-color css

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

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

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

border-color css

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

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

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