Html Css Color HEX #FF1185 Deep Pink

📋 copy color: '#FF1185'

red 255 ◦ green 17 ◦ blue 133

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

Shades of Deep Pink #FF1185

Tints of Deep Pink #FF1185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.84%

R = 62.96%
G = 4.2%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF1185 (or 0xFF1185) is known color: Deep Pink. HEX triplet: FF, 11 and 85. RGB value is (255,17,133). Sum of RGB (Red+Green+Blue) = 255+17+133=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1185 is #00EE7A. Grayscale: #656565. Windows color (decimal): -61051 or 8720895. OLE color: 8720895.

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

Color convert

RGB 255 17 133 -
CMYK 0 0.93 0.48 0
HSL 330.76º 1% 0.53% -
HSV(B) 330.76º 0.93% 1% -
XYZ 45.67 23.35 24.29 -
YUV 101.39 145.85 237.57 -
System Red Green Blue C M Y K H S L
Decimal 255 17 133 0 0.93 0.48 0 330.76 1 0.53
Hex FF 11 85 0 5D 30 0 14B 64 35
Octal 377 21 205 0 135 60 0 513 144 65
Binary 11111111 10001 10000101 0 1011101 110000 0 101001011 1100100 110101

Color Harmonies of #FF1185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1185

Black with #FF1185

Text Example


Text Example

White with #FF1185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1185; }

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

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

background-color css

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

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

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

border-color css

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

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

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