#FA3F50

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

Shades of Radical Red #FA3F50

Tints of Radical Red #FA3F50

Color information

#FA3F50 (or 0xFA3F50) is unknown color: approx Radical Red. HEX triplet: FA, 3F and 50. RGB value is (250,63,80). Sum of RGB (Red+Green+Blue) = 250+63+80=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3F50 is #05C0AF. Grayscale: #787878. Windows color (decimal): -377008 or 5259258. OLE color: 5259258.

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

Color convert

RGB2506380-
CMYK00.750.680.02
HSL354.55º94.92%61.37%-
HSV(B)354.55º74.8%98.04%-
XYZ42.6524.4610.06-
YUV120.85104.95220.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 63.61%
GREEN value IS 63 (25% from 255) = 16.03%
BLUE value IS 80 (31.64% from 255) = 20.36%
R=63.61%
G=16.03%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250638000.750.680.02354.5594.9261.37
HexFA3F5004B4421635f3d
Octal372771200113104254313775
Binary111110101111111010000010010111000100101011000111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3F50; }

 p { color: rgb(250,63,80); }

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

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

 a { background-color: rgb(250,63,80); }

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

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

 span { border-color: rgb(250,63,80); }

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