#FA5054

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

Shades of Radical Red #FA5054

Tints of Radical Red #FA5054

Color information

#FA5054 (or 0xFA5054) is unknown color: approx Radical Red. HEX triplet: FA, 50 and 54. RGB value is (250,80,84). Sum of RGB (Red+Green+Blue) = 250+80+84=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5054 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5054 is #05AFAB. Grayscale: #838383. Windows color (decimal): -372652 or 5525754. OLE color: 5525754.

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

Color convert

RGB2508084-
CMYK00.680.660.02
HSL358.59º94.44%64.71%-
HSV(B)358.59º68%98.04%-
XYZ43.8926.711.23-
YUV131.29101.32212.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.39%
GREEN value IS 80 (31.64% from 255) = 19.32%
BLUE value IS 84 (33.20% from 255) = 20.29%
R=60.39%
G=19.32%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250808400.680.660.02358.5994.4464.71
HexFA50540444221675e41
Octal37212012401041022547136101
Binary11111010101000010101000100010010000101010110011110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5054; }

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

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

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

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

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

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

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

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