Html Css Color HEX #FD048C Deep Pink

📋 copy color: '#FD048C'

red 253 ◦ green 4 ◦ blue 140

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

Shades of Deep Pink #FD048C

Tints of Deep Pink #FD048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.26%

R = 63.73%
G = 1.01%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD048C (or 0xFD048C) is known color: Deep Pink. HEX triplet: FD, 04 and 8C. RGB value is (253,4,140). Sum of RGB (Red+Green+Blue) = 253+4+140=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD048C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD048C is #02FB73. Grayscale: #5D5D5D. Windows color (decimal): -195444 or 9176317. OLE color: 9176317.

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

Color convert

RGB 253 4 140 -
CMYK 0 0.98 0.45 0.01
HSL 327.23º 0.98% 0.5% -
HSV(B) 327.23º 0.98% 0.99% -
XYZ 45.29 22.86 26.84 -
YUV 93.96 153.99 241.44 -
System Red Green Blue C M Y K H S L
Decimal 253 4 140 0 0.98 0.45 0.01 327.23 0.98 0.5
Hex FD 4 8C 0 62 2D 1 147 62 32
Octal 375 4 214 0 142 55 1 507 142 62
Binary 11111101 100 10001100 0 1100010 101101 1 101000111 1100010 110010

Color Harmonies of #FD048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD048C

Black with #FD048C

Text Example


Text Example

White with #FD048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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