#FF2278

Color #FF2278 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #FF2278

Tints of Deep Pink #FF2278

Color information

#FF2278 (or 0xFF2278) is unknown color: approx Deep Pink. HEX triplet: FF, 22 and 78. RGB value is (255,34,120). Sum of RGB (Red+Green+Blue) = 255+34+120=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 34 (13.67% from 255 or 8.31% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2278 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2278 is #00DD87. Grayscale: #6D6D6D. Windows color (decimal): -56712 or 7873279. OLE color: 7873279.

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

Color convert

RGB25534120-
CMYK00.870.530
HSL336.65º100%56.67%-
HSV(B)336.65º86.67%100%-
XYZ45.223.7619.97-
YUV109.88133.72231.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.35%
GREEN value IS 34 (13.67% from 255) = 8.31%
BLUE value IS 120 (47.27% from 255) = 29.34%
R=62.35%
G=8.31%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553412000.870.530336.6510056.67
HexFF22780573501516439
Octal37742170012765052114471
Binary1111111110001011110000101011111010101010100011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2278; }

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

 H1.HeaderClassName
 {
   color: #FF2278;
 }
 .AnyTagClassName
 {
   color: #FF2278;
 }
</style>
background-color css

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

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

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

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

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

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