Html Css Color HEX #FF1380 Deep Pink

📋 copy color: '#FF1380'

red 255 ◦ green 19 ◦ blue 128

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

Shades of Deep Pink #FF1380

Tints of Deep Pink #FF1380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.84%

R = 63.43%
G = 4.73%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF1380 (or 0xFF1380) is known color: Deep Pink. HEX triplet: FF, 13 and 80. RGB value is (255,19,128). Sum of RGB (Red+Green+Blue) = 255+19+128=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1380 is #00EC7F. Grayscale: #656565. Windows color (decimal): -60544 or 8393727. OLE color: 8393727.

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

Color convert

RGB 255 19 128 -
CMYK 0 0.93 0.50 0
HSL 332.29º 1% 0.54% -
HSV(B) 332.29º 0.93% 1% -
XYZ 45.37 23.28 22.53 -
YUV 101.99 142.69 237.14 -
System Red Green Blue C M Y K H S L
Decimal 255 19 128 0 0.93 0.50 0 332.29 1 0.54
Hex FF 13 80 0 5D 32 0 14C 64 36
Octal 377 23 200 0 135 62 0 514 144 66
Binary 11111111 10011 10000000 0 1011101 110010 0 101001100 1100100 110110

Color Harmonies of #FF1380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1380

Black with #FF1380

Text Example


Text Example

White with #FF1380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1380; }

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

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

background-color css

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

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

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

border-color css

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

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

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