#FA355E

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

Shades of Radical Red #FA355E

Tints of Radical Red #FA355E

Color information

#FA355E (or 0xFA355E) is unknown color: approx Radical Red. HEX triplet: FA, 35 and 5E. RGB value is (250,53,94). Sum of RGB (Red+Green+Blue) = 250+53+94=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA355E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA355E is #05CAA1. Grayscale: #747474. Windows color (decimal): -379554 or 6174202. OLE color: 6174202.

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

Color convert

RGB2505394-
CMYK00.790.620.02
HSL347.51º95.17%59.41%-
HSV(B)347.51º78.8%98.04%-
XYZ42.7223.6812.91-
YUV116.58115.27223.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.97%
GREEN value IS 53 (21.09% from 255) = 13.35%
BLUE value IS 94 (37.11% from 255) = 23.68%
R=62.97%
G=13.35%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250539400.790.620.02347.5195.1759.41
HexFA355E04F3E215c5f3b
Octal37265136011776253413773
Binary11111010110101101111001001111111110101010111001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA355E; }

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

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

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

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

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

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

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

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