#FA4D52

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

Shades of Radical Red #FA4D52

Tints of Radical Red #FA4D52

Color information

#FA4D52 (or 0xFA4D52) is unknown color: approx Radical Red. HEX triplet: FA, 4D and 52. RGB value is (250,77,82). Sum of RGB (Red+Green+Blue) = 250+77+82=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4D52 is #05B2AD. Grayscale: #818181. Windows color (decimal): -373422 or 5393914. OLE color: 5393914.

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

Color convert

RGB2507782-
CMYK00.690.670.02
HSL358.27º94.54%64.12%-
HSV(B)358.27º69.2%98.04%-
XYZ43.626.2410.75-
YUV129.3101.31214.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 61.12%
GREEN value IS 77 (30.47% from 255) = 18.83%
BLUE value IS 82 (32.42% from 255) = 20.05%
R=61.12%
G=18.83%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250778200.690.670.02358.2794.5464.12
HexFA4D520454321665f40
Octal37211512201051032546137100
Binary11111010100110110100100100010110000111010110011010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4D52; }

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

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

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

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

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

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

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

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