#FA346B

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

Shades of Radical Red #FA346B

Tints of Radical Red #FA346B

Color information

#FA346B (or 0xFA346B) is unknown color: approx Radical Red. HEX triplet: FA, 34 and 6B. RGB value is (250,52,107). Sum of RGB (Red+Green+Blue) = 250+52+107=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA346B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA346B is #05CB94. Grayscale: #757575. Windows color (decimal): -379797 or 7025914. OLE color: 7025914.

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

Color convert

RGB25052107-
CMYK00.790.570.02
HSL343.33º95.19%59.22%-
HSV(B)343.33º79.2%98.04%-
XYZ43.3123.8416.23-
YUV117.47122.1222.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 61.12%
GREEN value IS 52 (20.70% from 255) = 12.71%
BLUE value IS 107 (42.19% from 255) = 26.16%
R=61.12%
G=12.71%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505210700.790.570.02343.3395.1959.22
HexFA346B04F3921575f3b
Octal37264153011771252713773
Binary11111010110100110101101001111111001101010101111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA346B; }

 p { color: rgb(250,52,107); }

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

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

 a { background-color: rgb(250,52,107); }

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

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

 span { border-color: rgb(250,52,107); }

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