#FA2572

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

Shades of Radical Red #FA2572

Tints of Radical Red #FA2572

Color information

#FA2572 (or 0xFA2572) is unknown color: approx Radical Red. HEX triplet: FA, 25 and 72. RGB value is (250,37,114). Sum of RGB (Red+Green+Blue) = 250+37+114=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2572 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2572 is #05DA8D. Grayscale: #6D6D6D. Windows color (decimal): -383630 or 7480826. OLE color: 7480826.

HSL color Cylindrical-coordinate representation of color #FA2572: hue angle of 338.31º 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 #FA2572 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB25037114-
CMYK00.850.540.02
HSL338.31º95.52%56.27%-
HSV(B)338.31º85.2%98.04%-
XYZ43.1222.8618.06-
YUV109.46130.57228.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.34%
GREEN value IS 37 (14.84% from 255) = 9.23%
BLUE value IS 114 (44.92% from 255) = 28.43%
R=62.34%
G=9.23%
B=28.43%

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
Decimal2503711400.850.540.02338.3195.5256.27
HexFA25720553621526038
Octal37245162012566252214070
Binary11111010100101111001001010101110110101010100101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2572; }

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

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

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

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

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

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

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

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