#FF2450

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

Shades of Radical Red #FF2450

Tints of Radical Red #FF2450

Color information

#FF2450 (or 0xFF2450) is unknown color: approx Radical Red. HEX triplet: FF, 24 and 50. RGB value is (255,36,80). Sum of RGB (Red+Green+Blue) = 255+36+80=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2450 is #00DBAF. Grayscale: #6A6A6A. Windows color (decimal): -56240 or 5252351. OLE color: 5252351.

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

Color convert

RGB2553680-
CMYK00.860.690
HSL347.95º100%57.06%-
HSV(B)347.95º85.88%100%-
XYZ43.3223.19.77-
YUV106.5113.05233.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68.73%
GREEN value IS 36 (14.45% from 255) = 9.70%
BLUE value IS 80 (31.64% from 255) = 21.56%
R=68.73%
G=9.70%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255368000.860.690347.9510057.06
HexFF245005645015c6439
Octal377441200126105053414471
Binary11111111100100101000001010110100010101010111001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2450; }

 p { color: rgb(255,36,80); }

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

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

 a { background-color: rgb(255,36,80); }

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

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

 span { border-color: rgb(255,36,80); }

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