Html Css Color HEX #FF11AE Spicy Pink

📋 copy color: '#FF11AE'

red 255 ◦ green 17 ◦ blue 174

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

Shades of Spicy Pink #FF11AE

Tints of Spicy Pink #FF11AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.01%

R = 57.17%
G = 3.81%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF11AE (or 0xFF11AE) is known color: Spicy Pink. HEX triplet: FF, 11 and AE. RGB value is (255,17,174). Sum of RGB (Red+Green+Blue) = 255+17+174=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 17 (7.03% from 255 or 3.81% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF11AE is #00EE51. Grayscale: #696969. Windows color (decimal): -61010 or 11407871. OLE color: 11407871.

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

Color convert

RGB 255 17 174 -
CMYK 0 0.93 0.32 0
HSL 320.42º 1% 0.53% -
HSV(B) 320.42º 0.93% 1% -
XYZ 49.08 24.72 42.23 -
YUV 106.06 166.35 234.23 -
System Red Green Blue C M Y K H S L
Decimal 255 17 174 0 0.93 0.32 0 320.42 1 0.53
Hex FF 11 AE 0 5D 20 0 140 64 35
Octal 377 21 256 0 135 40 0 500 144 65
Binary 11111111 10001 10101110 0 1011101 100000 0 101000000 1100100 110101

Color Harmonies of #FF11AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF11AE

Black with #FF11AE

Text Example


Text Example

White with #FF11AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF11AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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