#FA3766

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

Shades of Radical Red #FA3766

Tints of Radical Red #FA3766

Color information

#FA3766 (or 0xFA3766) is unknown color: approx Radical Red. HEX triplet: FA, 37 and 66. RGB value is (250,55,102). Sum of RGB (Red+Green+Blue) = 250+55+102=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3766 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3766 is #05C899. Grayscale: #767676. Windows color (decimal): -379034 or 6699002. OLE color: 6699002.

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

Color convert

RGB25055102-
CMYK00.780.590.02
HSL345.54º95.12%59.8%-
HSV(B)345.54º78%98.04%-
XYZ43.1924.0214.93-
YUV118.66118.6221.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 61.43%
GREEN value IS 55 (21.88% from 255) = 13.51%
BLUE value IS 102 (40.23% from 255) = 25.06%
R=61.43%
G=13.51%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505510200.780.590.02345.5495.1259.8
HexFA376604E3B215a5f3c
Octal37267146011673253213774
Binary11111010110111110011001001110111011101010110101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3766; }

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

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

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

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

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

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

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

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