Html Css Color HEX #FD0484 Deep Pink

📋 copy color: '#FD0484'

red 253 ◦ green 4 ◦ blue 132

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

Shades of Deep Pink #FD0484

Tints of Deep Pink #FD0484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.93%

R = 65.04%
G = 1.03%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FD0484 (or 0xFD0484) is known color: Deep Pink. HEX triplet: FD, 04 and 84. RGB value is (253,4,132). Sum of RGB (Red+Green+Blue) = 253+4+132=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0484 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0484 is #02FB7B. Grayscale: #5C5C5C. Windows color (decimal): -195452 or 8652029. OLE color: 8652029.

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

Color convert

RGB 253 4 132 -
CMYK 0 0.98 0.48 0.01
HSL 329.16º 0.98% 0.5% -
HSV(B) 329.16º 0.98% 0.99% -
XYZ 44.72 22.64 23.84 -
YUV 93.04 149.99 242.09 -
System Red Green Blue C M Y K H S L
Decimal 253 4 132 0 0.98 0.48 0.01 329.16 0.98 0.5
Hex FD 4 84 0 62 30 1 149 62 32
Octal 375 4 204 0 142 60 1 511 142 62
Binary 11111101 100 10000100 0 1100010 110000 1 101001001 1100010 110010

Color Harmonies of #FD0484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0484

Black with #FD0484

Text Example


Text Example

White with #FD0484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0484; }

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

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

background-color css

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

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

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

border-color css

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

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

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