Html Css Color HEX #FD1785 Deep Pink

📋 copy color: '#FD1785'

red 253 ◦ green 23 ◦ blue 133

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

Shades of Deep Pink #FD1785

Tints of Deep Pink #FD1785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.62%

 BLUE value IS 133 (52.34% from 255) = 32.52%

R = 61.86%
G = 5.62%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD1785 (or 0xFD1785) is known color: Deep Pink. HEX triplet: FD, 17 and 85. RGB value is (253,23,133). Sum of RGB (Red+Green+Blue) = 253+23+133=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1785 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1785 is #02E87A. Grayscale: #686868. Windows color (decimal): -190587 or 8722429. OLE color: 8722429.

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

Color convert

RGB 253 23 133 -
CMYK 0 0.91 0.47 0.01
HSL 331.3º 0.98% 0.54% -
HSV(B) 331.3º 0.91% 0.99% -
XYZ 45.05 23.19 24.29 -
YUV 104.31 144.2 234.06 -
System Red Green Blue C M Y K H S L
Decimal 253 23 133 0 0.91 0.47 0.01 331.3 0.98 0.54
Hex FD 17 85 0 5B 2F 1 14B 62 36
Octal 375 27 205 0 133 57 1 513 142 66
Binary 11111101 10111 10000101 0 1011011 101111 1 101001011 1100010 110110

Color Harmonies of #FD1785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1785

Black with #FD1785

Text Example


Text Example

White with #FD1785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1785; }

 p { color: rgb(253,23,133); }

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

background-color css

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

 a { background-color: rgb(253,23,133); }

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

border-color css

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

 span { border-color: rgb(253,23,133); }

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