#FA355F

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

Shades of Radical Red #FA355F

Tints of Radical Red #FA355F

Color information

#FA355F (or 0xFA355F) is unknown color: approx Radical Red. HEX triplet: FA, 35 and 5F. RGB value is (250,53,95). Sum of RGB (Red+Green+Blue) = 250+53+95=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA355F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA355F is #05CAA0. Grayscale: #747474. Windows color (decimal): -379553 or 6239738. OLE color: 6239738.

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

Color convert

RGB2505395-
CMYK00.790.620.02
HSL347.21º95.17%59.41%-
HSV(B)347.21º78.8%98.04%-
XYZ42.7623.713.15-
YUV116.69115.77223.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.81%
GREEN value IS 53 (21.09% from 255) = 13.32%
BLUE value IS 95 (37.5% from 255) = 23.87%
R=62.81%
G=13.32%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250539500.790.620.02347.2195.1759.41
HexFA355F04F3E215b5f3b
Octal37265137011776253313773
Binary11111010110101101111101001111111110101010110111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA355F; }

 p { color: rgb(250,53,95); }

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

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

 a { background-color: rgb(250,53,95); }

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

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

 span { border-color: rgb(250,53,95); }

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