#FA4750

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

Shades of Radical Red #FA4750

Tints of Radical Red #FA4750

Color information

#FA4750 (or 0xFA4750) is unknown color: approx Radical Red. HEX triplet: FA, 47 and 50. RGB value is (250,71,80). Sum of RGB (Red+Green+Blue) = 250+71+80=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4750 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4750 is #05B8AF. Grayscale: #7D7D7D. Windows color (decimal): -374960 or 5261306. OLE color: 5261306.

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

Color convert

RGB2507180-
CMYK00.720.680.02
HSL356.98º94.71%62.94%-
HSV(B)356.98º71.6%98.04%-
XYZ43.1325.4110.22-
YUV125.55102.3216.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.34%
GREEN value IS 71 (28.12% from 255) = 17.71%
BLUE value IS 80 (31.64% from 255) = 19.95%
R=62.34%
G=17.71%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250718000.720.680.02356.9894.7162.94
HexFA47500484421655f3f
Octal3721071200110104254513777
Binary1111101010001111010000010010001000100101011001011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4750; }

 p { color: rgb(250,71,80); }

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

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

 a { background-color: rgb(250,71,80); }

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

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

 span { border-color: rgb(250,71,80); }

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