#FA4142

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

Shades of Radical Red #FA4142

Tints of Radical Red #FA4142

Color information

#FA4142 (or 0xFA4142) is unknown color: approx Radical Red. HEX triplet: FA, 41 and 42. RGB value is (250,65,66). Sum of RGB (Red+Green+Blue) = 250+65+66=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4142 is #05BEBD. Grayscale: #787878. Windows color (decimal): -376510 or 4342266. OLE color: 4342266.

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

Color convert

RGB2506566-
CMYK00.740.740.02
HSL359.68º94.87%61.76%-
HSV(B)359.68º74%98.04%-
XYZ42.324.57.65-
YUV120.4397.29220.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 65.62%
GREEN value IS 65 (25.78% from 255) = 17.06%
BLUE value IS 66 (26.17% from 255) = 17.32%
R=65.62%
G=17.06%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250656600.740.740.02359.6894.8761.76
HexFA414204A4A21685f3e
Octal3721011020112112255013776
Binary1111101010000011000010010010101001010101011010001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4142; }

 p { color: rgb(250,65,66); }

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

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

 a { background-color: rgb(250,65,66); }

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

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

 span { border-color: rgb(250,65,66); }

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