#FA4751

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

Shades of Radical Red #FA4751

Tints of Radical Red #FA4751

Color information

#FA4751 (or 0xFA4751) is unknown color: approx Radical Red. HEX triplet: FA, 47 and 51. RGB value is (250,71,81). Sum of RGB (Red+Green+Blue) = 250+71+81=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4751 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4751 is #05B8AE. Grayscale: #7D7D7D. Windows color (decimal): -374959 or 5326842. OLE color: 5326842.

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

Color convert

RGB2507181-
CMYK00.720.680.02
HSL356.65º94.71%62.94%-
HSV(B)356.65º71.6%98.04%-
XYZ43.1625.4210.42-
YUV125.66102.8216.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.19%
GREEN value IS 71 (28.12% from 255) = 17.66%
BLUE value IS 81 (32.03% from 255) = 20.15%
R=62.19%
G=17.66%
B=20.15%

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
Decimal250718100.720.680.02356.6594.7162.94
HexFA47510484421655f3f
Octal3721071210110104254513777
Binary1111101010001111010001010010001000100101011001011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4751; }

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

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

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

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

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

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

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

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