Html Css Color HEX #FF12B0 Spicy Pink

📋 copy color: '#FF12B0'

red 255 ◦ green 18 ◦ blue 176

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

Shades of Spicy Pink #FF12B0

Tints of Spicy Pink #FF12B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.2%

R = 56.79%
G = 4.01%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF12B0 (or 0xFF12B0) is known color: Spicy Pink. HEX triplet: FF, 12 and B0. RGB value is (255,18,176). Sum of RGB (Red+Green+Blue) = 255+18+176=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF12B0 is #00ED4F. Grayscale: #6A6A6A. Windows color (decimal): -60752 or 11539199. OLE color: 11539199.

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

Color convert

RGB 255 18 176 -
CMYK 0 0.93 0.31 0
HSL 320º 1% 0.54% -
HSV(B) 320º 0.93% 1% -
XYZ 49.29 24.83 43.27 -
YUV 106.88 167.02 233.65 -
System Red Green Blue C M Y K H S L
Decimal 255 18 176 0 0.93 0.31 0 320 1 0.54
Hex FF 12 B0 0 5D 1F 0 140 64 36
Octal 377 22 260 0 135 37 0 500 144 66
Binary 11111111 10010 10110000 0 1011101 11111 0 101000000 1100100 110110

Color Harmonies of #FF12B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF12B0

Black with #FF12B0

Text Example


Text Example

White with #FF12B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF12B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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