Html Css Color HEX #FD157F Deep Pink

📋 copy color: '#FD157F'

red 253 ◦ green 21 ◦ blue 127

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

Shades of Deep Pink #FD157F

Tints of Deep Pink #FD157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.24%

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

R = 63.09%
G = 5.24%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD157F (or 0xFD157F) is known color: Deep Pink. HEX triplet: FD, 15 and 7F. RGB value is (253,21,127). Sum of RGB (Red+Green+Blue) = 253+21+127=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD157F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD157F is #02EA80. Grayscale: #666666. Windows color (decimal): -191105 or 8328701. OLE color: 8328701.

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

Color convert

RGB 253 21 127 -
CMYK 0 0.92 0.50 0.01
HSL 332.59º 0.98% 0.54% -
HSV(B) 332.59º 0.92% 0.99% -
XYZ 44.61 22.95 22.16 -
YUV 102.45 141.86 235.38 -
System Red Green Blue C M Y K H S L
Decimal 253 21 127 0 0.92 0.50 0.01 332.59 0.98 0.54
Hex FD 15 7F 0 5C 32 1 14D 62 36
Octal 375 25 177 0 134 62 1 515 142 66
Binary 11111101 10101 1111111 0 1011100 110010 1 101001101 1100010 110110

Color Harmonies of #FD157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD157F

Black with #FD157F

Text Example


Text Example

White with #FD157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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