Html Css Color HEX #FD157A Deep Pink

📋 copy color: '#FD157A'

red 253 ◦ green 21 ◦ blue 122

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

Shades of Deep Pink #FD157A

Tints of Deep Pink #FD157A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.81%

R = 63.89%
G = 5.3%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD157A (or 0xFD157A) is known color: Deep Pink. HEX triplet: FD, 15 and 7A. RGB value is (253,21,122). Sum of RGB (Red+Green+Blue) = 253+21+122=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD157A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD157A is #02EA85. Grayscale: #656565. Windows color (decimal): -191110 or 8001021. OLE color: 8001021.

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

Color convert

RGB 253 21 122 -
CMYK 0 0.92 0.52 0.01
HSL 333.88º 0.98% 0.54% -
HSV(B) 333.88º 0.92% 0.99% -
XYZ 44.29 22.82 20.48 -
YUV 101.88 139.36 235.79 -
System Red Green Blue C M Y K H S L
Decimal 253 21 122 0 0.92 0.52 0.01 333.88 0.98 0.54
Hex FD 15 7A 0 5C 34 1 14E 62 36
Octal 375 25 172 0 134 64 1 516 142 66
Binary 11111101 10101 1111010 0 1011100 110100 1 101001110 1100010 110110

Color Harmonies of #FD157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD157A

Black with #FD157A

Text Example


Text Example

White with #FD157A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD157A; }

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

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

background-color css

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

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

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

border-color css

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

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

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