Html Css Color HEX #FF12B6 Shocking Pink

📋 copy color: '#FF12B6'

red 255 ◦ green 18 ◦ blue 182

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

Shades of Shocking Pink #FF12B6

Tints of Shocking Pink #FF12B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40%

R = 56.04%
G = 3.96%
B = 40%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF12B6 (or 0xFF12B6) is known color: Shocking Pink. HEX triplet: FF, 12 and B6. RGB value is (255,18,182). Sum of RGB (Red+Green+Blue) = 255+18+182=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12B6 is #00ED49. Grayscale: #6B6B6B. Windows color (decimal): -60746 or 11932415. OLE color: 11932415.

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

Color convert

RGB 255 18 182 -
CMYK 0 0.93 0.29 0
HSL 318.48º 1% 0.54% -
HSV(B) 318.48º 0.93% 1% -
XYZ 49.9 25.07 46.46 -
YUV 107.56 170.02 233.16 -
System Red Green Blue C M Y K H S L
Decimal 255 18 182 0 0.93 0.29 0 318.48 1 0.54
Hex FF 12 B6 0 5D 1D 0 13E 64 36
Octal 377 22 266 0 135 35 0 476 144 66
Binary 11111111 10010 10110110 0 1011101 11101 0 100111110 1100100 110110

Color Harmonies of #FF12B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF12B6

Black with #FF12B6

Text Example


Text Example

White with #FF12B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF12B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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