#FA4D51

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

Shades of Radical Red #FA4D51

Tints of Radical Red #FA4D51

Color information

#FA4D51 (or 0xFA4D51) is unknown color: approx Radical Red. HEX triplet: FA, 4D and 51. RGB value is (250,77,81). Sum of RGB (Red+Green+Blue) = 250+77+81=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4D51 is #05B2AE. Grayscale: #818181. Windows color (decimal): -373423 or 5328378. OLE color: 5328378.

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

Color convert

RGB2507781-
CMYK00.690.680.02
HSL358.61º94.54%64.12%-
HSV(B)358.61º69.2%98.04%-
XYZ43.5626.2310.55-
YUV129.18100.81214.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 61.27%
GREEN value IS 77 (30.47% from 255) = 18.87%
BLUE value IS 81 (32.03% from 255) = 19.85%
R=61.27%
G=18.87%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250778100.690.680.02358.6194.5464.12
HexFA4D510454421675f40
Octal37211512101051042547137100
Binary11111010100110110100010100010110001001010110011110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4D51; }

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

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

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

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

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

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

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

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