#FF227F

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

Shades of Deep Pink #FF227F

Tints of Deep Pink #FF227F

Color information

#FF227F (or 0xFF227F) is unknown color: approx Deep Pink. HEX triplet: FF, 22 and 7F. RGB value is (255,34,127). Sum of RGB (Red+Green+Blue) = 255+34+127=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF227F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF227F is #00DD80. Grayscale: #6E6E6E. Windows color (decimal): -56705 or 8332031. OLE color: 8332031.

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

Color convert

RGB25534127-
CMYK00.870.500
HSL334.75º100%56.67%-
HSV(B)334.75º86.67%100%-
XYZ45.6423.9422.29-
YUV110.68137.22230.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.30%
GREEN value IS 34 (13.67% from 255) = 8.17%
BLUE value IS 127 (50% from 255) = 30.53%
R=61.30%
G=8.17%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553412700.870.500334.7510056.67
HexFF227F05732014f6439
Octal37742177012762051714471
Binary1111111110001011111110101011111001001010011111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF227F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF227F; }

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

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

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

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

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

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

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

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