#FA3F51

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

Shades of Radical Red #FA3F51

Tints of Radical Red #FA3F51

Color information

#FA3F51 (or 0xFA3F51) is unknown color: approx Radical Red. HEX triplet: FA, 3F and 51. RGB value is (250,63,81). Sum of RGB (Red+Green+Blue) = 250+63+81=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3F51 is #05C0AE. Grayscale: #797979. Windows color (decimal): -377007 or 5324794. OLE color: 5324794.

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

Color convert

RGB2506381-
CMYK00.750.680.02
HSL354.22º94.92%61.37%-
HSV(B)354.22º74.8%98.04%-
XYZ42.6924.4710.26-
YUV120.96105.45220.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 63.45%
GREEN value IS 63 (25% from 255) = 15.99%
BLUE value IS 81 (32.03% from 255) = 20.56%
R=63.45%
G=15.99%
B=20.56%

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
Decimal250638100.750.680.02354.2294.9261.37
HexFA3F5104B4421625f3d
Octal372771210113104254213775
Binary111110101111111010001010010111000100101011000101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3F51; }

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

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

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

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

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

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

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

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