Html Css Color HEX #FF118D Deep Pink

📋 copy color: '#FF118D'

red 255 ◦ green 17 ◦ blue 141

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

Shades of Deep Pink #FF118D

Tints of Deep Pink #FF118D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.14%

R = 61.74%
G = 4.12%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF118D (or 0xFF118D) is known color: Deep Pink. HEX triplet: FF, 11 and 8D. RGB value is (255,17,141). Sum of RGB (Red+Green+Blue) = 255+17+141=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF118D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF118D is #00EE72. Grayscale: #666666. Windows color (decimal): -61043 or 9245183. OLE color: 9245183.

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

Color convert

RGB 255 17 141 -
CMYK 0 0.93 0.45 0
HSL 328.74º 1% 0.53% -
HSV(B) 328.74º 0.93% 1% -
XYZ 46.25 23.58 27.31 -
YUV 102.3 149.85 236.92 -
System Red Green Blue C M Y K H S L
Decimal 255 17 141 0 0.93 0.45 0 328.74 1 0.53
Hex FF 11 8D 0 5D 2D 0 149 64 35
Octal 377 21 215 0 135 55 0 511 144 65
Binary 11111111 10001 10001101 0 1011101 101101 0 101001001 1100100 110101

Color Harmonies of #FF118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF118D

Black with #FF118D

Text Example


Text Example

White with #FF118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF118D; }

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

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

background-color css

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

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

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

border-color css

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

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

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