#FA2959

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

Shades of Radical Red #FA2959

Tints of Radical Red #FA2959

Color information

#FA2959 (or 0xFA2959) is unknown color: approx Radical Red. HEX triplet: FA, 29 and 59. RGB value is (250,41,89). Sum of RGB (Red+Green+Blue) = 250+41+89=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2959 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2959 is #05D6A6. Grayscale: #6C6C6C. Windows color (decimal): -382631 or 5843450. OLE color: 5843450.

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

Color convert

RGB2504189-
CMYK00.840.640.02
HSL346.22º95.43%57.06%-
HSV(B)346.22º83.6%98.04%-
XYZ42.0222.6311.6-
YUV108.96116.74228.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 65.79%
GREEN value IS 41 (16.41% from 255) = 10.79%
BLUE value IS 89 (35.16% from 255) = 23.42%
R=65.79%
G=10.79%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250418900.840.640.02346.2295.4357.06
HexFA295905440215a5f39
Octal372511310124100253213771
Binary111110101010011011001010101001000000101010110101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2959; }

 p { color: rgb(250,41,89); }

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

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

 a { background-color: rgb(250,41,89); }

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

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

 span { border-color: rgb(250,41,89); }

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