Html Css Color HEX #FD177F Deep Pink

📋 copy color: '#FD177F'

red 253 ◦ green 23 ◦ blue 127

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

Shades of Deep Pink #FD177F

Tints of Deep Pink #FD177F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.51%

R = 62.78%
G = 5.71%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD177F (or 0xFD177F) is known color: Deep Pink. HEX triplet: FD, 17 and 7F. RGB value is (253,23,127). Sum of RGB (Red+Green+Blue) = 253+23+127=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD177F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD177F is #02E880. Grayscale: #676767. Windows color (decimal): -190593 or 8329213. OLE color: 8329213.

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

Color convert

RGB 253 23 127 -
CMYK 0 0.91 0.50 0.01
HSL 332.87º 0.98% 0.54% -
HSV(B) 332.87º 0.91% 0.99% -
XYZ 44.65 23.03 22.17 -
YUV 103.63 141.2 234.54 -
System Red Green Blue C M Y K H S L
Decimal 253 23 127 0 0.91 0.50 0.01 332.87 0.98 0.54
Hex FD 17 7F 0 5B 32 1 14D 62 36
Octal 375 27 177 0 133 62 1 515 142 66
Binary 11111101 10111 1111111 0 1011011 110010 1 101001101 1100010 110110

Color Harmonies of #FD177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD177F

Black with #FD177F

Text Example


Text Example

White with #FD177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD177F; }

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

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

background-color css

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

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

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

border-color css

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

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

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