Html Css Color HEX #FF1190 Deep Pink

📋 copy color: '#FF1190'

red 255 ◦ green 17 ◦ blue 144

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

Shades of Deep Pink #FF1190

Tints of Deep Pink #FF1190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.62%

R = 61.3%
G = 4.09%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF1190 (or 0xFF1190) is known color: Deep Pink. HEX triplet: FF, 11 and 90. RGB value is (255,17,144). Sum of RGB (Red+Green+Blue) = 255+17+144=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1190 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1190 is #00EE6F. Grayscale: #666666. Windows color (decimal): -61040 or 9441791. OLE color: 9441791.

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

Color convert

RGB 255 17 144 -
CMYK 0 0.93 0.44 0
HSL 327.98º 1% 0.53% -
HSV(B) 327.98º 0.93% 1% -
XYZ 46.47 23.67 28.51 -
YUV 102.64 151.35 236.67 -
System Red Green Blue C M Y K H S L
Decimal 255 17 144 0 0.93 0.44 0 327.98 1 0.53
Hex FF 11 90 0 5D 2C 0 148 64 35
Octal 377 21 220 0 135 54 0 510 144 65
Binary 11111111 10001 10010000 0 1011101 101100 0 101001000 1100100 110101

Color Harmonies of #FF1190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1190

Black with #FF1190

Text Example


Text Example

White with #FF1190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1190; }

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

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

background-color css

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

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

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

border-color css

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

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

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