Html Css Color HEX #FD047F Deep Pink

📋 copy color: '#FD047F'

red 253 ◦ green 4 ◦ blue 127

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

Shades of Deep Pink #FD047F

Tints of Deep Pink #FD047F

RGB

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

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

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

R = 65.89%
G = 1.04%
B = 33.07%

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

#FD047F (or 0xFD047F) is known color: Deep Pink. HEX triplet: FD, 04 and 7F. RGB value is (253,4,127). Sum of RGB (Red+Green+Blue) = 253+4+127=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD047F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD047F is #02FB80. Grayscale: #5C5C5C. Windows color (decimal): -195457 or 8324349. OLE color: 8324349.

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

Color convert

RGB 253 4 127 -
CMYK 0 0.98 0.50 0.01
HSL 330.36º 0.98% 0.5% -
HSV(B) 330.36º 0.98% 0.99% -
XYZ 44.38 22.5 22.08 -
YUV 92.47 147.49 242.5 -
System Red Green Blue C M Y K H S L
Decimal 253 4 127 0 0.98 0.50 0.01 330.36 0.98 0.5
Hex FD 4 7F 0 62 32 1 14A 62 32
Octal 375 4 177 0 142 62 1 512 142 62
Binary 11111101 100 1111111 0 1100010 110010 1 101001010 1100010 110010

Color Harmonies of #FD047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD047F

Black with #FD047F

Text Example


Text Example

White with #FD047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD047F; }

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

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

background-color css

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

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

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

border-color css

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

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

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