Html Css Color HEX #FF1382 Deep Pink

📋 copy color: '#FF1382'

red 255 ◦ green 19 ◦ blue 130

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

Shades of Deep Pink #FF1382

Tints of Deep Pink #FF1382

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.7%

 BLUE value IS 130 (51.17% from 255) = 32.18%

R = 63.12%
G = 4.7%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF1382 (or 0xFF1382) is known color: Deep Pink. HEX triplet: FF, 13 and 82. RGB value is (255,19,130). Sum of RGB (Red+Green+Blue) = 255+19+130=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1382 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1382 is #00EC7D. Grayscale: #666666. Windows color (decimal): -60542 or 8524799. OLE color: 8524799.

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

Color convert

RGB 255 19 130 -
CMYK 0 0.93 0.49 0
HSL 331.78º 1% 0.54% -
HSV(B) 331.78º 0.93% 1% -
XYZ 45.5 23.34 23.23 -
YUV 102.22 143.69 236.97 -
System Red Green Blue C M Y K H S L
Decimal 255 19 130 0 0.93 0.49 0 331.78 1 0.54
Hex FF 13 82 0 5D 31 0 14C 64 36
Octal 377 23 202 0 135 61 0 514 144 66
Binary 11111111 10011 10000010 0 1011101 110001 0 101001100 1100100 110110

Color Harmonies of #FF1382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1382

Black with #FF1382

Text Example


Text Example

White with #FF1382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1382; }

 p { color: rgb(255,19,130); }

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

background-color css

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

 a { background-color: rgb(255,19,130); }

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

border-color css

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

 span { border-color: rgb(255,19,130); }

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