#F34E5A

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

Shades of Radical Red #F34E5A

Tints of Radical Red #F34E5A

Color information

#F34E5A (or 0xF34E5A) is unknown color: approx Radical Red. HEX triplet: F3, 4E and 5A. RGB value is (243,78,90). Sum of RGB (Red+Green+Blue) = 243+78+90=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F34E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34E5A is #0CB1A5. Grayscale: #808080. Windows color (decimal): -831910 or 5918451. OLE color: 5918451.

HSL color Cylindrical-coordinate representation of color #F34E5A: hue angle of 355.64º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F34E5A is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB2437890-
CMYK00.680.630.05
HSL355.64º87.3%62.94%-
HSV(B)355.64º67.9%95.29%-
XYZ41.5325.2412.36-
YUV128.7106.16209.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 59.12%
GREEN value IS 78 (30.86% from 255) = 18.98%
BLUE value IS 90 (35.55% from 255) = 21.90%
R=59.12%
G=18.98%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243789000.680.630.05355.6487.362.94
HexF34E5A0443F5164573f
Octal363116132010477554412777
Binary1111001110011101011010010001001111111011011001001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34E5A; }

 p { color: rgb(243,78,90); }

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

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

 a { background-color: rgb(243,78,90); }

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

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

 span { border-color: rgb(243,78,90); }

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