#FA3B58

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

Shades of Radical Red #FA3B58

Tints of Radical Red #FA3B58

Color information

#FA3B58 (or 0xFA3B58) is unknown color: approx Radical Red. HEX triplet: FA, 3B and 58. RGB value is (250,59,88). Sum of RGB (Red+Green+Blue) = 250+59+88=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3B58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3B58 is #05C4A7. Grayscale: #777777. Windows color (decimal): -378024 or 5782522. OLE color: 5782522.

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

Color convert

RGB2505988-
CMYK00.760.650.02
HSL350.89º95.02%60.59%-
HSV(B)350.89º76.4%98.04%-
XYZ42.7524.1611.64-
YUV119.42110.28221.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.97%
GREEN value IS 59 (23.44% from 255) = 14.86%
BLUE value IS 88 (34.77% from 255) = 22.17%
R=62.97%
G=14.86%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250598800.760.650.02350.8995.0260.59
HexFA3B5804C41215f5f3d
Octal372731300114101253713775
Binary111110101110111011000010011001000001101010111111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3B58; }

 p { color: rgb(250,59,88); }

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

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

 a { background-color: rgb(250,59,88); }

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

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

 span { border-color: rgb(250,59,88); }

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