Html Css Color HEX #FD117F Deep Pink

📋 copy color: '#FD117F'

red 253 ◦ green 17 ◦ blue 127

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

Shades of Deep Pink #FD117F

Tints of Deep Pink #FD117F

RGB

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

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

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

R = 63.73%
G = 4.28%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD117F (or 0xFD117F) is known color: Deep Pink. HEX triplet: FD, 11 and 7F. RGB value is (253,17,127). Sum of RGB (Red+Green+Blue) = 253+17+127=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD117F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD117F is #02EE80. Grayscale: #636363. Windows color (decimal): -192129 or 8327677. OLE color: 8327677.

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

Color convert

RGB 253 17 127 -
CMYK 0 0.93 0.50 0.01
HSL 332.03º 0.98% 0.53% -
HSV(B) 332.03º 0.93% 0.99% -
XYZ 44.54 22.82 22.14 -
YUV 100.1 143.19 237.06 -
System Red Green Blue C M Y K H S L
Decimal 253 17 127 0 0.93 0.50 0.01 332.03 0.98 0.53
Hex FD 11 7F 0 5D 32 1 14C 62 35
Octal 375 21 177 0 135 62 1 514 142 65
Binary 11111101 10001 1111111 0 1011101 110010 1 101001100 1100010 110101

Color Harmonies of #FD117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD117F

Black with #FD117F

Text Example


Text Example

White with #FD117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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