#FA3764

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

Shades of Radical Red #FA3764

Tints of Radical Red #FA3764

Color information

#FA3764 (or 0xFA3764) is unknown color: approx Radical Red. HEX triplet: FA, 37 and 64. RGB value is (250,55,100). Sum of RGB (Red+Green+Blue) = 250+55+100=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3764 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3764 is #05C89B. Grayscale: #767676. Windows color (decimal): -379036 or 6567930. OLE color: 6567930.

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

Color convert

RGB25055100-
CMYK00.780.60.02
HSL346.15º95.12%59.8%-
HSV(B)346.15º78%98.04%-
XYZ43.0923.9814.41-
YUV118.44117.6221.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 61.73%
GREEN value IS 55 (21.88% from 255) = 13.58%
BLUE value IS 100 (39.45% from 255) = 24.69%
R=61.73%
G=13.58%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.6
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505510000.780.60.02346.1595.1259.8
HexFA376404E3C215a5f3c
Octal37267144011674253213774
Binary11111010110111110010001001110111100101010110101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3764; }

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

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

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

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

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

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

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

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