Html Css Color HEX #FF1296 Deep Pink

📋 copy color: '#FF1296'

red 255 ◦ green 18 ◦ blue 150

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

Shades of Deep Pink #FF1296

Tints of Deep Pink #FF1296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.46%

R = 60.28%
G = 4.26%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF1296 (or 0xFF1296) is known color: Deep Pink. HEX triplet: FF, 12 and 96. RGB value is (255,18,150). Sum of RGB (Red+Green+Blue) = 255+18+150=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1296 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1296 is #00ED69. Grayscale: #676767. Windows color (decimal): -60778 or 9835263. OLE color: 9835263.

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

Color convert

RGB 255 18 150 -
CMYK 0 0.93 0.41 0
HSL 326.58º 1% 0.54% -
HSV(B) 326.58º 0.93% 1% -
XYZ 46.96 23.89 30.99 -
YUV 103.91 154.02 235.77 -
System Red Green Blue C M Y K H S L
Decimal 255 18 150 0 0.93 0.41 0 326.58 1 0.54
Hex FF 12 96 0 5D 29 0 147 64 36
Octal 377 22 226 0 135 51 0 507 144 66
Binary 11111111 10010 10010110 0 1011101 101001 0 101000111 1100100 110110

Color Harmonies of #FF1296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1296

Black with #FF1296

Text Example


Text Example

White with #FF1296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1296; }

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

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

background-color css

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

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

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

border-color css

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

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

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