Html Css Color HEX #FD117A Deep Pink

📋 copy color: '#FD117A'

red 253 ◦ green 17 ◦ blue 122

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

Shades of Deep Pink #FD117A

Tints of Deep Pink #FD117A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.34%

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

R = 64.54%
G = 4.34%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD117A (or 0xFD117A) is known color: Deep Pink. HEX triplet: FD, 11 and 7A. RGB value is (253,17,122). Sum of RGB (Red+Green+Blue) = 253+17+122=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD117A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD117A is #02EE85. Grayscale: #636363. Windows color (decimal): -192134 or 7999997. OLE color: 7999997.

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

Color convert

RGB 253 17 122 -
CMYK 0 0.93 0.52 0.01
HSL 333.31º 0.98% 0.53% -
HSV(B) 333.31º 0.93% 0.99% -
XYZ 44.22 22.69 20.46 -
YUV 99.53 140.69 237.46 -
System Red Green Blue C M Y K H S L
Decimal 253 17 122 0 0.93 0.52 0.01 333.31 0.98 0.53
Hex FD 11 7A 0 5D 34 1 14D 62 35
Octal 375 21 172 0 135 64 1 515 142 65
Binary 11111101 10001 1111010 0 1011101 110100 1 101001101 1100010 110101

Color Harmonies of #FD117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD117A

Black with #FD117A

Text Example


Text Example

White with #FD117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD117A; }

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

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

background-color css

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

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

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

border-color css

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

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

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