#F34A5E

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

Shades of Radical Red #F34A5E

Tints of Radical Red #F34A5E

Color information

#F34A5E (or 0xF34A5E) is unknown color: approx Radical Red. HEX triplet: F3, 4A and 5E. RGB value is (243,74,94). Sum of RGB (Red+Green+Blue) = 243+74+94=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F34A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34A5E is #0CB5A1. Grayscale: #7E7E7E. Windows color (decimal): -832930 or 6179571. OLE color: 6179571.

HSL color Cylindrical-coordinate representation of color #F34A5E: hue angle of 352.9º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34A5E is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB2437494-
CMYK00.700.610.05
HSL352.9º87.56%62.16%-
HSV(B)352.9º69.55%95.29%-
XYZ41.4324.7613.19-
YUV126.81109.49210.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 59.12%
GREEN value IS 74 (29.30% from 255) = 18.00%
BLUE value IS 94 (37.11% from 255) = 22.87%
R=59.12%
G=18.00%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243749400.700.610.05352.987.5662.16
HexF34A5E0463D5161583e
Octal363112136010675554113076
Binary1111001110010101011110010001101111011011011000011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34A5E; }

 p { color: rgb(243,74,94); }

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

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

 a { background-color: rgb(243,74,94); }

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

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

 span { border-color: rgb(243,74,94); }

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