Html Css Color HEX #FD2484 Deep Pink

📋 copy color: '#FD2484'

red 253 ◦ green 36 ◦ blue 132

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

Shades of Deep Pink #FD2484

Tints of Deep Pink #FD2484

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.55%

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

R = 60.1%
G = 8.55%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FD2484 (or 0xFD2484) is known color: Deep Pink. HEX triplet: FD, 24 and 84. RGB value is (253,36,132). Sum of RGB (Red+Green+Blue) = 253+36+132=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2484 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2484 is #02DB7B. Grayscale: #6F6F6F. Windows color (decimal): -187260 or 8660221. OLE color: 8660221.

HSL color Cylindrical-coordinate representation of color #FD2484: hue angle of 333.46º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FD2484 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 36 132 -
CMYK 0 0.86 0.48 0.01
HSL 333.46º 0.98% 0.57% -
HSV(B) 333.46º 0.86% 0.99% -
XYZ 45.3 23.81 24.04 -
YUV 111.83 139.39 228.69 -
System Red Green Blue C M Y K H S L
Decimal 253 36 132 0 0.86 0.48 0.01 333.46 0.98 0.57
Hex FD 24 84 0 56 30 1 14D 62 39
Octal 375 44 204 0 126 60 1 515 142 71
Binary 11111101 100100 10000100 0 1010110 110000 1 101001101 1100010 111001

Color Harmonies of #FD2484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2484

Black with #FD2484

Text Example


Text Example

White with #FD2484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2484; }

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

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

background-color css

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

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

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

border-color css

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

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

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