Html Css Color HEX #FD1683 Deep Pink

📋 copy color: '#FD1683'

red 253 ◦ green 22 ◦ blue 131

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

Shades of Deep Pink #FD1683

Tints of Deep Pink #FD1683

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.42%

 BLUE value IS 131 (51.56% from 255) = 32.27%

R = 62.32%
G = 5.42%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FD1683 (or 0xFD1683) is known color: Deep Pink. HEX triplet: FD, 16 and 83. RGB value is (253,22,131). Sum of RGB (Red+Green+Blue) = 253+22+131=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1683 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1683 is #02E97C. Grayscale: #676767. Windows color (decimal): -190845 or 8591101. OLE color: 8591101.

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

Color convert

RGB 253 22 131 -
CMYK 0 0.91 0.48 0.01
HSL 331.69º 0.98% 0.54% -
HSV(B) 331.69º 0.91% 0.99% -
XYZ 44.89 23.1 23.56 -
YUV 103.5 143.53 234.64 -
System Red Green Blue C M Y K H S L
Decimal 253 22 131 0 0.91 0.48 0.01 331.69 0.98 0.54
Hex FD 16 83 0 5B 30 1 14C 62 36
Octal 375 26 203 0 133 60 1 514 142 66
Binary 11111101 10110 10000011 0 1011011 110000 1 101001100 1100010 110110

Color Harmonies of #FD1683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1683

Black with #FD1683

Text Example


Text Example

White with #FD1683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1683; }

 p { color: rgb(253,22,131); }

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

background-color css

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

 a { background-color: rgb(253,22,131); }

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

border-color css

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

 span { border-color: rgb(253,22,131); }

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