#FF227A

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

Shades of Deep Pink #FF227A

Tints of Deep Pink #FF227A

Color information

#FF227A (or 0xFF227A) is unknown color: approx Deep Pink. HEX triplet: FF, 22 and 7A. RGB value is (255,34,122). Sum of RGB (Red+Green+Blue) = 255+34+122=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 34 (13.67% from 255 or 8.27% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF227A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF227A is #00DD85. Grayscale: #6D6D6D. Windows color (decimal): -56710 or 8004351. OLE color: 8004351.

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

Color convert

RGB25534122-
CMYK00.870.520
HSL336.11º100%56.67%-
HSV(B)336.11º86.67%100%-
XYZ45.3223.8120.62-
YUV110.11134.72231.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.04%
GREEN value IS 34 (13.67% from 255) = 8.27%
BLUE value IS 122 (48.05% from 255) = 29.68%
R=62.04%
G=8.27%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553412200.870.520336.1110056.67
HexFF227A0573401506439
Octal37742172012764052014471
Binary1111111110001011110100101011111010001010100001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF227A; }

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

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

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

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

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

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

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

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