#FA356E

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

Shades of Radical Red #FA356E

Tints of Radical Red #FA356E

Color information

#FA356E (or 0xFA356E) is unknown color: approx Radical Red. HEX triplet: FA, 35 and 6E. RGB value is (250,53,110). Sum of RGB (Red+Green+Blue) = 250+53+110=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA356E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA356E is #05CA91. Grayscale: #767676. Windows color (decimal): -379538 or 7222778. OLE color: 7222778.

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

Color convert

RGB25053110-
CMYK00.790.560.02
HSL342.64º95.17%59.41%-
HSV(B)342.64º78.8%98.04%-
XYZ43.512417.09-
YUV118.4123.27221.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.53%
GREEN value IS 53 (21.09% from 255) = 12.83%
BLUE value IS 110 (43.36% from 255) = 26.63%
R=60.53%
G=12.83%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505311000.790.560.02342.6495.1759.41
HexFA356E04F3821575f3b
Octal37265156011770252713773
Binary11111010110101110111001001111111000101010101111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA356E; }

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

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

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

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

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

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

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

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