#F34A4C

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

Shades of Radical Red #F34A4C

Tints of Radical Red #F34A4C

Color information

#F34A4C (or 0xF34A4C) is unknown color: approx Radical Red. HEX triplet: F3, 4A and 4C. RGB value is (243,74,76). Sum of RGB (Red+Green+Blue) = 243+74+76=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F34A4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34A4C is #0CB5B3. Grayscale: #7C7C7C. Windows color (decimal): -832948 or 4999923. OLE color: 4999923.

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

Color convert

RGB2437476-
CMYK00.700.690.05
HSL359.29º87.56%62.16%-
HSV(B)359.29º69.55%95.29%-
XYZ40.7224.479.42-
YUV124.76100.49212.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 61.83%
GREEN value IS 74 (29.30% from 255) = 18.83%
BLUE value IS 76 (30.08% from 255) = 19.34%
R=61.83%
G=18.83%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243747600.700.690.05359.2987.5662.16
HexF34A4C046455167583e
Octal3631121140106105554713076
Binary11110011100101010011000100011010001011011011001111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34A4C; }

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

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

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

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

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

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

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

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