#FA4358

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

Shades of Radical Red #FA4358

Tints of Radical Red #FA4358

Color information

#FA4358 (or 0xFA4358) is unknown color: approx Radical Red. HEX triplet: FA, 43 and 58. RGB value is (250,67,88). Sum of RGB (Red+Green+Blue) = 250+67+88=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4358 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4358 is #05BCA7. Grayscale: #7C7C7C. Windows color (decimal): -375976 or 5784570. OLE color: 5784570.

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

Color convert

RGB2506788-
CMYK00.730.650.02
HSL353.11º94.82%62.16%-
HSV(B)353.11º73.2%98.04%-
XYZ43.1925.0411.79-
YUV124.11107.63217.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 61.73%
GREEN value IS 67 (26.56% from 255) = 16.54%
BLUE value IS 88 (34.77% from 255) = 21.73%
R=61.73%
G=16.54%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250678800.730.650.02353.1194.8262.16
HexFA43580494121615f3e
Octal3721031300111101254113776
Binary1111101010000111011000010010011000001101011000011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4358; }

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

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

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

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

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

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

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

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