#FF2152

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

Shades of Radical Red #FF2152

Tints of Radical Red #FF2152

Color information

#FF2152 (or 0xFF2152) is unknown color: approx Radical Red. HEX triplet: FF, 21 and 52. RGB value is (255,33,82). Sum of RGB (Red+Green+Blue) = 255+33+82=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2152 is #00DEAD. Grayscale: #686868. Windows color (decimal): -57006 or 5382655. OLE color: 5382655.

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

Color convert

RGB2553382-
CMYK00.870.680
HSL346.76º100%56.47%-
HSV(B)346.76º87.06%100%-
XYZ43.3122.9610.13-
YUV104.96115.05235.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68.92%
GREEN value IS 33 (13.28% from 255) = 8.92%
BLUE value IS 82 (32.42% from 255) = 22.16%
R=68.92%
G=8.92%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.68
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255338200.870.680346.7610056.47
HexFF215205744015b6438
Octal377411220127104053314470
Binary11111111100001101001001010111100010001010110111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2152; }

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

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

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

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

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

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

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

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