#F34A5D

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

Shades of Radical Red #F34A5D

Tints of Radical Red #F34A5D

Color information

#F34A5D (or 0xF34A5D) is unknown color: approx Radical Red. HEX triplet: F3, 4A and 5D. RGB value is (243,74,93). Sum of RGB (Red+Green+Blue) = 243+74+93=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F34A5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34A5D is #0CB5A2. Grayscale: #7E7E7E. Windows color (decimal): -832931 or 6114035. OLE color: 6114035.

HSL color Cylindrical-coordinate representation of color #F34A5D: hue angle of 353.25º 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 #F34A5D is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB2437493-
CMYK00.700.620.05
HSL353.25º87.56%62.16%-
HSV(B)353.25º69.55%95.29%-
XYZ41.3924.7412.95-
YUV126.7108.99210.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 59.27%
GREEN value IS 74 (29.30% from 255) = 18.05%
BLUE value IS 93 (36.72% from 255) = 22.68%
R=59.27%
G=18.05%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243749300.700.620.05353.2587.5662.16
HexF34A5D0463E5161583e
Octal363112135010676554113076
Binary1111001110010101011101010001101111101011011000011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34A5D; }

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

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

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

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

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

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

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

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