Html Css Color HEX #FD048E Deep Pink

📋 copy color: '#FD048E'

red 253 ◦ green 4 ◦ blue 142

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

Shades of Deep Pink #FD048E

Tints of Deep Pink #FD048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.59%

R = 63.41%
G = 1%
B = 35.59%

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

#FD048E (or 0xFD048E) is known color: Deep Pink. HEX triplet: FD, 04 and 8E. RGB value is (253,4,142). Sum of RGB (Red+Green+Blue) = 253+4+142=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 4 (1.95% from 255 or 1.00% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD048E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD048E is #02FB71. Grayscale: #5D5D5D. Windows color (decimal): -195442 or 9307389. OLE color: 9307389.

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

Color convert

RGB 253 4 142 -
CMYK 0 0.98 0.44 0.01
HSL 326.75º 0.98% 0.5% -
HSV(B) 326.75º 0.98% 0.99% -
XYZ 45.43 22.92 27.62 -
YUV 94.18 154.99 241.28 -
System Red Green Blue C M Y K H S L
Decimal 253 4 142 0 0.98 0.44 0.01 326.75 0.98 0.5
Hex FD 4 8E 0 62 2C 1 147 62 32
Octal 375 4 216 0 142 54 1 507 142 62
Binary 11111101 100 10001110 0 1100010 101100 1 101000111 1100010 110010

Color Harmonies of #FD048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD048E

Black with #FD048E

Text Example


Text Example

White with #FD048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD048E; }

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

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

background-color css

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

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

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

border-color css

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

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

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