#FA3460

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

Shades of Radical Red #FA3460

Tints of Radical Red #FA3460

Color information

#FA3460 (or 0xFA3460) is unknown color: approx Radical Red. HEX triplet: FA, 34 and 60. RGB value is (250,52,96). Sum of RGB (Red+Green+Blue) = 250+52+96=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3460 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3460 is #05CB9F. Grayscale: #747474. Windows color (decimal): -379808 or 6305018. OLE color: 6305018.

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

Color convert

RGB2505296-
CMYK00.790.620.02
HSL346.67º95.19%59.22%-
HSV(B)346.67º79.2%98.04%-
XYZ42.7623.6213.37-
YUV116.22116.6223.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.81%
GREEN value IS 52 (20.70% from 255) = 13.07%
BLUE value IS 96 (37.89% from 255) = 24.12%
R=62.81%
G=13.07%
B=24.12%

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
Decimal250529600.790.620.02346.6795.1959.22
HexFA346004F3E215b5f3b
Octal37264140011776253313773
Binary11111010110100110000001001111111110101010110111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3460; }

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

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

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

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

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

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

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

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