Html Css Color HEX #FF2280 Deep Pink

📋 copy color: '#FF2280'

red 255 ◦ green 34 ◦ blue 128

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

Shades of Deep Pink #FF2280

Tints of Deep Pink #FF2280

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.15%

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

R = 61.15%
G = 8.15%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF2280 (or 0xFF2280) is known color: Deep Pink. HEX triplet: FF, 22 and 80. RGB value is (255,34,128). Sum of RGB (Red+Green+Blue) = 255+34+128=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 34 (13.67% from 255 or 8.15% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2280 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2280 is #00DD7F. Grayscale: #6E6E6E. Windows color (decimal): -56704 or 8397567. OLE color: 8397567.

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

Color convert

RGB 255 34 128 -
CMYK 0 0.87 0.50 0
HSL 334.48º 1% 0.57% -
HSV(B) 334.48º 0.87% 1% -
XYZ 45.71 23.96 22.64 -
YUV 110.8 137.72 230.86 -
System Red Green Blue C M Y K H S L
Decimal 255 34 128 0 0.87 0.50 0 334.48 1 0.57
Hex FF 22 80 0 57 32 0 14E 64 39
Octal 377 42 200 0 127 62 0 516 144 71
Binary 11111111 100010 10000000 0 1010111 110010 0 101001110 1100100 111001

Color Harmonies of #FF2280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2280

Black with #FF2280

Text Example


Text Example

White with #FF2280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2280; }

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

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

background-color css

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

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

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

border-color css

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

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

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