#FA3571

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

Shades of Radical Red #FA3571

Tints of Radical Red #FA3571

Color information

#FA3571 (or 0xFA3571) is unknown color: approx Radical Red. HEX triplet: FA, 35 and 71. RGB value is (250,53,113). Sum of RGB (Red+Green+Blue) = 250+53+113=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3571 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3571 is #05CA8E. Grayscale: #767676. Windows color (decimal): -379535 or 7419386. OLE color: 7419386.

HSL color Cylindrical-coordinate representation of color #FA3571: hue angle of 341.73º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA3571 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB25053113-
CMYK00.790.550.02
HSL341.73º95.17%59.41%-
HSV(B)341.73º78.8%98.04%-
XYZ43.6824.0617.97-
YUV118.74124.77221.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.10%
GREEN value IS 53 (21.09% from 255) = 12.74%
BLUE value IS 113 (44.53% from 255) = 27.16%
R=60.10%
G=12.74%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505311300.790.550.02341.7395.1759.41
HexFA357104F3721565f3b
Octal37265161011767252613773
Binary11111010110101111000101001111110111101010101101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3571; }

 p { color: rgb(250,53,113); }

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

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

 a { background-color: rgb(250,53,113); }

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

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

 span { border-color: rgb(250,53,113); }

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