#FF2172

Color #FF2172 Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FF2172

Tints of Radical Red #FF2172

Color information

#FF2172 (or 0xFF2172) is unknown color: approx Radical Red. HEX triplet: FF, 21 and 72. RGB value is (255,33,114). Sum of RGB (Red+Green+Blue) = 255+33+114=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2172 is #00DE8D. Grayscale: #6C6C6C. Windows color (decimal): -56974 or 7479807. OLE color: 7479807.

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

Color convert

RGB25533114-
CMYK00.870.550
HSL338.11º100%56.47%-
HSV(B)338.11º87.06%100%-
XYZ44.8223.5618.11-
YUV108.61131.05232.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.43%
GREEN value IS 33 (13.28% from 255) = 8.21%
BLUE value IS 114 (44.92% from 255) = 28.36%
R=63.43%
G=8.21%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553311400.870.550338.1110056.47
HexFF21720573701526438
Octal37741162012767052214470
Binary1111111110000111100100101011111011101010100101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2172; }

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

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

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

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

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

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

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

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