Html Css Color HEX #FF117D Deep Pink

📋 copy color: '#FF117D'

red 255 ◦ green 17 ◦ blue 125

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

Shades of Deep Pink #FF117D

Tints of Deep Pink #FF117D

RGB

 RED value IS 255 (100% from 255) = 64.23%

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

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 64.23%
G = 4.28%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF117D (or 0xFF117D) is known color: Deep Pink. HEX triplet: FF, 11 and 7D. RGB value is (255,17,125). Sum of RGB (Red+Green+Blue) = 255+17+125=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF117D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF117D is #00EE82. Grayscale: #646464. Windows color (decimal): -61059 or 8196607. OLE color: 8196607.

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

Color convert

RGB 255 17 125 -
CMYK 0 0.93 0.51 0
HSL 332.77º 1% 0.53% -
HSV(B) 332.77º 0.93% 1% -
XYZ 45.14 23.14 21.49 -
YUV 100.47 141.85 238.22 -
System Red Green Blue C M Y K H S L
Decimal 255 17 125 0 0.93 0.51 0 332.77 1 0.53
Hex FF 11 7D 0 5D 33 0 14D 64 35
Octal 377 21 175 0 135 63 0 515 144 65
Binary 11111111 10001 1111101 0 1011101 110011 0 101001101 1100100 110101

Color Harmonies of #FF117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF117D

Black with #FF117D

Text Example


Text Example

White with #FF117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF117D; }

 p { color: rgb(255,17,125); }

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

background-color css

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

 a { background-color: rgb(255,17,125); }

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

border-color css

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

 span { border-color: rgb(255,17,125); }

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