Html Css Color HEX #FD048A Deep Pink

📋 copy color: '#FD048A'

red 253 ◦ green 4 ◦ blue 138

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

Shades of Deep Pink #FD048A

Tints of Deep Pink #FD048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 64.05%
G = 1.01%
B = 34.94%

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

#FD048A (or 0xFD048A) is known color: Deep Pink. HEX triplet: FD, 04 and 8A. RGB value is (253,4,138). Sum of RGB (Red+Green+Blue) = 253+4+138=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD048A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD048A is #02FB75. Grayscale: #5D5D5D. Windows color (decimal): -195446 or 9045245. OLE color: 9045245.

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

Color convert

RGB 253 4 138 -
CMYK 0 0.98 0.45 0.01
HSL 327.71º 0.98% 0.5% -
HSV(B) 327.71º 0.98% 0.99% -
XYZ 45.14 22.8 26.07 -
YUV 93.73 152.99 241.6 -
System Red Green Blue C M Y K H S L
Decimal 253 4 138 0 0.98 0.45 0.01 327.71 0.98 0.5
Hex FD 4 8A 0 62 2D 1 148 62 32
Octal 375 4 212 0 142 55 1 510 142 62
Binary 11111101 100 10001010 0 1100010 101101 1 101001000 1100010 110010

Color Harmonies of #FD048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD048A

Black with #FD048A

Text Example


Text Example

White with #FD048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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