Html Css Color HEX #FD2479 Deep Pink

📋 copy color: '#FD2479'

red 253 ◦ green 36 ◦ blue 121

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

Shades of Deep Pink #FD2479

Tints of Deep Pink #FD2479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.51%

R = 61.71%
G = 8.78%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD2479 (or 0xFD2479) is known color: Deep Pink. HEX triplet: FD, 24 and 79. RGB value is (253,36,121). Sum of RGB (Red+Green+Blue) = 253+36+121=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2479 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2479 is #02DB86. Grayscale: #6E6E6E. Windows color (decimal): -187271 or 7939325. OLE color: 7939325.

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

Color convert

RGB 253 36 121 -
CMYK 0 0.86 0.52 0.01
HSL 336.5º 0.98% 0.57% -
HSV(B) 336.5º 0.86% 0.99% -
XYZ 44.59 23.52 20.28 -
YUV 110.57 133.89 229.59 -
System Red Green Blue C M Y K H S L
Decimal 253 36 121 0 0.86 0.52 0.01 336.5 0.98 0.57
Hex FD 24 79 0 56 34 1 150 62 39
Octal 375 44 171 0 126 64 1 520 142 71
Binary 11111101 100100 1111001 0 1010110 110100 1 101010000 1100010 111001

Color Harmonies of #FD2479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2479

Black with #FD2479

Text Example


Text Example

White with #FD2479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2479; }

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

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

background-color css

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

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

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

border-color css

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

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

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