Html Css Color HEX #FF119D Deep Pink

📋 copy color: '#FF119D'

red 255 ◦ green 17 ◦ blue 157

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

Shades of Deep Pink #FF119D

Tints of Deep Pink #FF119D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.6%

R = 59.44%
G = 3.96%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FF119D (or 0xFF119D) is known color: Deep Pink. HEX triplet: FF, 11 and 9D. RGB value is (255,17,157). Sum of RGB (Red+Green+Blue) = 255+17+157=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF119D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF119D is #00EE62. Grayscale: #676767. Windows color (decimal): -61027 or 10293759. OLE color: 10293759.

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

Color convert

RGB 255 17 157 -
CMYK 0 0.93 0.38 0
HSL 324.71º 1% 0.53% -
HSV(B) 324.71º 0.93% 1% -
XYZ 47.53 24.1 34.04 -
YUV 104.12 157.85 235.62 -
System Red Green Blue C M Y K H S L
Decimal 255 17 157 0 0.93 0.38 0 324.71 1 0.53
Hex FF 11 9D 0 5D 26 0 145 64 35
Octal 377 21 235 0 135 46 0 505 144 65
Binary 11111111 10001 10011101 0 1011101 100110 0 101000101 1100100 110101

Color Harmonies of #FF119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF119D

Black with #FF119D

Text Example


Text Example

White with #FF119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF119D; }

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

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

background-color css

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

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

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

border-color css

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

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

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