Html Css Color HEX #FD048D Deep Pink

📋 copy color: '#FD048D'

red 253 ◦ green 4 ◦ blue 141

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

Shades of Deep Pink #FD048D

Tints of Deep Pink #FD048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 63.57%
G = 1.01%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD048D (or 0xFD048D) is known color: Deep Pink. HEX triplet: FD, 04 and 8D. RGB value is (253,4,141). Sum of RGB (Red+Green+Blue) = 253+4+141=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD048D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD048D is #02FB72. Grayscale: #5D5D5D. Windows color (decimal): -195443 or 9241853. OLE color: 9241853.

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

Color convert

RGB 253 4 141 -
CMYK 0 0.98 0.44 0.01
HSL 326.99º 0.98% 0.5% -
HSV(B) 326.99º 0.98% 0.99% -
XYZ 45.36 22.89 27.23 -
YUV 94.07 154.49 241.36 -
System Red Green Blue C M Y K H S L
Decimal 253 4 141 0 0.98 0.44 0.01 326.99 0.98 0.5
Hex FD 4 8D 0 62 2C 1 147 62 32
Octal 375 4 215 0 142 54 1 507 142 62
Binary 11111101 100 10001101 0 1100010 101100 1 101000111 1100010 110010

Color Harmonies of #FD048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD048D

Black with #FD048D

Text Example


Text Example

White with #FD048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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