Html Css Color HEX #FF0180 Deep Pink

📋 copy color: '#FF0180'

red 255 ◦ green 1 ◦ blue 128

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

Shades of Deep Pink #FF0180

Tints of Deep Pink #FF0180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 66.41%
G = 0.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF0180 (or 0xFF0180) is known color: Deep Pink. HEX triplet: FF, 01 and 80. RGB value is (255,1,128). Sum of RGB (Red+Green+Blue) = 255+1+128=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0180 is #00FE7F. Grayscale: #5B5B5B. Windows color (decimal): -65152 or 8389119. OLE color: 8389119.

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

Color convert

RGB 255 1 128 -
CMYK 0 1.00 0.50 0
HSL 330º 1% 0.5% -
HSV(B) 330º 1% 1% -
XYZ 45.15 22.84 22.45 -
YUV 91.42 148.65 244.67 -
System Red Green Blue C M Y K H S L
Decimal 255 1 128 0 1.00 0.50 0 330 1 0.5
Hex FF 1 80 0 64 32 0 14A 64 32
Octal 377 1 200 0 144 62 0 512 144 62
Binary 11111111 1 10000000 0 1100100 110010 0 101001010 1100100 110010

Color Harmonies of #FF0180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0180

Black with #FF0180

Text Example


Text Example

White with #FF0180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0180; }

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

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

background-color css

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

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

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

border-color css

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

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

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