Html Css Color HEX #FD1289 Deep Pink

📋 copy color: '#FD1289'

red 253 ◦ green 18 ◦ blue 137

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

Shades of Deep Pink #FD1289

Tints of Deep Pink #FD1289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.41%

 BLUE value IS 137 (53.91% from 255) = 33.58%

R = 62.01%
G = 4.41%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FD1289 (or 0xFD1289) is known color: Deep Pink. HEX triplet: FD, 12 and 89. RGB value is (253,18,137). Sum of RGB (Red+Green+Blue) = 253+18+137=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1289 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1289 is #02ED76. Grayscale: #656565. Windows color (decimal): -191863 or 8983293. OLE color: 8983293.

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

Color convert

RGB 253 18 137 -
CMYK 0 0.93 0.46 0.01
HSL 329.62º 0.98% 0.53% -
HSV(B) 329.62º 0.93% 0.99% -
XYZ 45.24 23.12 25.75 -
YUV 101.83 147.86 235.82 -
System Red Green Blue C M Y K H S L
Decimal 253 18 137 0 0.93 0.46 0.01 329.62 0.98 0.53
Hex FD 12 89 0 5D 2E 1 14A 62 35
Octal 375 22 211 0 135 56 1 512 142 65
Binary 11111101 10010 10001001 0 1011101 101110 1 101001010 1100010 110101

Color Harmonies of #FD1289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1289

Black with #FD1289

Text Example


Text Example

White with #FD1289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1289; }

 p { color: rgb(253,18,137); }

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

background-color css

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

 a { background-color: rgb(253,18,137); }

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

border-color css

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

 span { border-color: rgb(253,18,137); }

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