Html Css Color HEX #FF1980 Deep Pink

📋 copy color: '#FF1980'

red 255 ◦ green 25 ◦ blue 128

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

Shades of Deep Pink #FF1980

Tints of Deep Pink #FF1980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.13%

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

R = 62.5%
G = 6.13%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF1980 (or 0xFF1980) is known color: Deep Pink. HEX triplet: FF, 19 and 80. RGB value is (255,25,128). Sum of RGB (Red+Green+Blue) = 255+25+128=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1980 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1980 is #00E67F. Grayscale: #696969. Windows color (decimal): -59008 or 8395263. OLE color: 8395263.

HSL color Cylindrical-coordinate representation of color #FF1980: hue angle of 333.13º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1980 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 25 128 -
CMYK 0 0.90 0.50 0
HSL 333.13º 1% 0.55% -
HSV(B) 333.13º 0.9% 1% -
XYZ 45.48 23.51 22.56 -
YUV 105.51 140.7 234.62 -
System Red Green Blue C M Y K H S L
Decimal 255 25 128 0 0.90 0.50 0 333.13 1 0.55
Hex FF 19 80 0 5A 32 0 14D 64 37
Octal 377 31 200 0 132 62 0 515 144 67
Binary 11111111 11001 10000000 0 1011010 110010 0 101001101 1100100 110111

Color Harmonies of #FF1980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1980

Black with #FF1980

Text Example


Text Example

White with #FF1980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1980; }

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

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

background-color css

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

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

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

border-color css

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

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

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