#FA3560

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

Shades of Radical Red #FA3560

Tints of Radical Red #FA3560

Color information

#FA3560 (or 0xFA3560) is unknown color: approx Radical Red. HEX triplet: FA, 35 and 60. RGB value is (250,53,96). Sum of RGB (Red+Green+Blue) = 250+53+96=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3560 is #05CA9F. Grayscale: #747474. Windows color (decimal): -379552 or 6305274. OLE color: 6305274.

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

Color convert

RGB2505396-
CMYK00.790.620.02
HSL346.9º95.17%59.41%-
HSV(B)346.9º78.8%98.04%-
XYZ42.8123.7113.39-
YUV116.8116.27223-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.66%
GREEN value IS 53 (21.09% from 255) = 13.28%
BLUE value IS 96 (37.89% from 255) = 24.06%
R=62.66%
G=13.28%
B=24.06%

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
Decimal250539600.790.620.02346.995.1759.41
HexFA356004F3E215b5f3b
Octal37265140011776253313773
Binary11111010110101110000001001111111110101010110111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3560; }

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

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

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

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

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

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

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

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