#FF217E

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

Shades of Deep Pink #FF217E

Tints of Deep Pink #FF217E

Color information

#FF217E (or 0xFF217E) is unknown color: approx Deep Pink. HEX triplet: FF, 21 and 7E. RGB value is (255,33,126). Sum of RGB (Red+Green+Blue) = 255+33+126=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF217E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF217E is #00DE81. Grayscale: #6D6D6D. Windows color (decimal): -56962 or 8266239. OLE color: 8266239.

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

Color convert

RGB25533126-
CMYK00.870.510
HSL334.86º100%56.47%-
HSV(B)334.86º87.06%100%-
XYZ45.5523.8521.94-
YUV109.98137.05231.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.59%
GREEN value IS 33 (13.28% from 255) = 7.97%
BLUE value IS 126 (49.61% from 255) = 30.43%
R=61.59%
G=7.97%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553312600.870.510334.8610056.47
HexFF217E05733014f6438
Octal37741176012763051714470
Binary1111111110000111111100101011111001101010011111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF217E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF217E; }

 p { color: rgb(255,33,126); }

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

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

 a { background-color: rgb(255,33,126); }

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

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

 span { border-color: rgb(255,33,126); }

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