#F34349

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

Shades of Radical Red #F34349

Tints of Radical Red #F34349

Color information

#F34349 (or 0xF34349) is unknown color: approx Radical Red. HEX triplet: F3, 43 and 49. RGB value is (243,67,73). Sum of RGB (Red+Green+Blue) = 243+67+73=383 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.45% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 243 - color contains mainly: red. Hex color #F34349 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34349 is #0CBCB6. Grayscale: #787878. Windows color (decimal): -834743 or 4801523. OLE color: 4801523.

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

Color convert

RGB2436773-
CMYK00.720.700.05
HSL357.95º88%60.78%-
HSV(B)357.95º72.43%95.29%-
XYZ40.1723.558.73-
YUV120.31101.31215.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 63.45%
GREEN value IS 67 (26.56% from 255) = 17.49%
BLUE value IS 73 (28.91% from 255) = 19.06%
R=63.45%
G=17.49%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243677300.720.700.05357.958860.78
HexF34349048465166583d
Octal3631031110110106554613075
Binary11110011100001110010010100100010001101011011001101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34349; }

 p { color: rgb(243,67,73); }

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

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

 a { background-color: rgb(243,67,73); }

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

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

 span { border-color: rgb(243,67,73); }

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