Html Css Color HEX #FD2492 Deep Pink

📋 copy color: '#FD2492'

red 253 ◦ green 36 ◦ blue 146

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

Shades of Deep Pink #FD2492

Tints of Deep Pink #FD2492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.56%

R = 58.16%
G = 8.28%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FD2492 (or 0xFD2492) is known color: Deep Pink. HEX triplet: FD, 24 and 92. RGB value is (253,36,146). Sum of RGB (Red+Green+Blue) = 253+36+146=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2492 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2492 is #02DB6D. Grayscale: #717171. Windows color (decimal): -187246 or 9577725. OLE color: 9577725.

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

Color convert

RGB 253 36 146 -
CMYK 0 0.86 0.42 0.01
HSL 329.59º 0.98% 0.57% -
HSV(B) 329.59º 0.86% 0.99% -
XYZ 46.33 24.22 29.43 -
YUV 113.42 146.39 227.56 -
System Red Green Blue C M Y K H S L
Decimal 253 36 146 0 0.86 0.42 0.01 329.59 0.98 0.57
Hex FD 24 92 0 56 2A 1 14A 62 39
Octal 375 44 222 0 126 52 1 512 142 71
Binary 11111101 100100 10010010 0 1010110 101010 1 101001010 1100010 111001

Color Harmonies of #FD2492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2492

Black with #FD2492

Text Example


Text Example

White with #FD2492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2492; }

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

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

background-color css

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

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

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

border-color css

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

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

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