#FA376C

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

Shades of Radical Red #FA376C

Tints of Radical Red #FA376C

Color information

#FA376C (or 0xFA376C) is unknown color: approx Radical Red. HEX triplet: FA, 37 and 6C. RGB value is (250,55,108). Sum of RGB (Red+Green+Blue) = 250+55+108=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA376C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA376C is #05C893. Grayscale: #777777. Windows color (decimal): -379028 or 7092218. OLE color: 7092218.

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

Color convert

RGB25055108-
CMYK00.780.570.02
HSL343.69º95.12%59.8%-
HSV(B)343.69º78%98.04%-
XYZ43.524.1416.55-
YUV119.35121.6221.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.53%
GREEN value IS 55 (21.88% from 255) = 13.32%
BLUE value IS 108 (42.58% from 255) = 26.15%
R=60.53%
G=13.32%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505510800.780.570.02343.6995.1259.8
HexFA376C04E3921585f3c
Octal37267154011671253013774
Binary11111010110111110110001001110111001101010110001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA376C; }

 p { color: rgb(250,55,108); }

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

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

 a { background-color: rgb(250,55,108); }

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

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

 span { border-color: rgb(250,55,108); }

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