#FA2573

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

Shades of Radical Red #FA2573

Tints of Radical Red #FA2573

Color information

#FA2573 (or 0xFA2573) is unknown color: approx Radical Red. HEX triplet: FA, 25 and 73. RGB value is (250,37,115). Sum of RGB (Red+Green+Blue) = 250+37+115=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2573 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2573 is #05DA8C. Grayscale: #6D6D6D. Windows color (decimal): -383629 or 7546362. OLE color: 7546362.

HSL color Cylindrical-coordinate representation of color #FA2573: hue angle of 338.03º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA2573 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB25037115-
CMYK00.850.540.02
HSL338.03º95.52%56.27%-
HSV(B)338.03º85.2%98.04%-
XYZ43.1822.8818.36-
YUV109.58131.07228.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.19%
GREEN value IS 37 (14.84% from 255) = 9.20%
BLUE value IS 115 (45.31% from 255) = 28.61%
R=62.19%
G=9.20%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2503711500.850.540.02338.0395.5256.27
HexFA25730553621526038
Octal37245163012566252214070
Binary11111010100101111001101010101110110101010100101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2573; }

 p { color: rgb(250,37,115); }

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

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

 a { background-color: rgb(250,37,115); }

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

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

 span { border-color: rgb(250,37,115); }

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