Html Css Color HEX #FD047D Deep Pink

📋 copy color: '#FD047D'

red 253 ◦ green 4 ◦ blue 125

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

Shades of Deep Pink #FD047D

Tints of Deep Pink #FD047D

RGB

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

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

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

R = 66.23%
G = 1.05%
B = 32.72%

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

#FD047D (or 0xFD047D) is known color: Deep Pink. HEX triplet: FD, 04 and 7D. RGB value is (253,4,125). Sum of RGB (Red+Green+Blue) = 253+4+125=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD047D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD047D is #02FB82. Grayscale: #5C5C5C. Windows color (decimal): -195459 or 8193277. OLE color: 8193277.

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

Color convert

RGB 253 4 125 -
CMYK 0 0.98 0.51 0.01
HSL 330.84º 0.98% 0.5% -
HSV(B) 330.84º 0.98% 0.99% -
XYZ 44.25 22.45 21.4 -
YUV 92.25 146.49 242.66 -
System Red Green Blue C M Y K H S L
Decimal 253 4 125 0 0.98 0.51 0.01 330.84 0.98 0.5
Hex FD 4 7D 0 62 33 1 14B 62 32
Octal 375 4 175 0 142 63 1 513 142 62
Binary 11111101 100 1111101 0 1100010 110011 1 101001011 1100010 110010

Color Harmonies of #FD047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD047D

Black with #FD047D

Text Example


Text Example

White with #FD047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD047D; }

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

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

background-color css

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

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

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

border-color css

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

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

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