Html Css Color HEX #FD2486 Deep Pink

📋 copy color: '#FD2486'

red 253 ◦ green 36 ◦ blue 134

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

Shades of Deep Pink #FD2486

Tints of Deep Pink #FD2486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.68%

R = 59.81%
G = 8.51%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD2486 (or 0xFD2486) is known color: Deep Pink. HEX triplet: FD, 24 and 86. RGB value is (253,36,134). Sum of RGB (Red+Green+Blue) = 253+36+134=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2486 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2486 is #02DB79. Grayscale: #6F6F6F. Windows color (decimal): -187258 or 8791293. OLE color: 8791293.

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

Color convert

RGB 253 36 134 -
CMYK 0 0.86 0.47 0.01
HSL 332.9º 0.98% 0.57% -
HSV(B) 332.9º 0.86% 0.99% -
XYZ 45.44 23.87 24.77 -
YUV 112.06 140.39 228.53 -
System Red Green Blue C M Y K H S L
Decimal 253 36 134 0 0.86 0.47 0.01 332.9 0.98 0.57
Hex FD 24 86 0 56 2F 1 14D 62 39
Octal 375 44 206 0 126 57 1 515 142 71
Binary 11111101 100100 10000110 0 1010110 101111 1 101001101 1100010 111001

Color Harmonies of #FD2486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2486

Black with #FD2486

Text Example


Text Example

White with #FD2486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2486; }

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

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

background-color css

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

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

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

border-color css

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

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

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