Html Css Color HEX #FF12AA Spicy Pink

📋 copy color: '#FF12AA'

red 255 ◦ green 18 ◦ blue 170

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

Shades of Spicy Pink #FF12AA

Tints of Spicy Pink #FF12AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.06%

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 57.56%
G = 4.06%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF12AA (or 0xFF12AA) is known color: Spicy Pink. HEX triplet: FF, 12 and AA. RGB value is (255,18,170). Sum of RGB (Red+Green+Blue) = 255+18+170=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF12AA is #00ED55. Grayscale: #696969. Windows color (decimal): -60758 or 11145983. OLE color: 11145983.

HSL color Cylindrical-coordinate representation of color #FF12AA: hue angle of 321.52º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF12AA is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 18 170 -
CMYK 0 0.93 0.33 0
HSL 321.52º 1% 0.54% -
HSV(B) 321.52º 0.93% 1% -
XYZ 48.71 24.59 40.21 -
YUV 106.19 164.02 234.14 -
System Red Green Blue C M Y K H S L
Decimal 255 18 170 0 0.93 0.33 0 321.52 1 0.54
Hex FF 12 AA 0 5D 21 0 142 64 36
Octal 377 22 252 0 135 41 0 502 144 66
Binary 11111111 10010 10101010 0 1011101 100001 0 101000010 1100100 110110

Color Harmonies of #FF12AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF12AA

Black with #FF12AA

Text Example


Text Example

White with #FF12AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF12AA; }

 p { color: rgb(255,18,170); }

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

background-color css

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

 a { background-color: rgb(255,18,170); }

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

border-color css

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

 span { border-color: rgb(255,18,170); }

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