#F34B57

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

Shades of Radical Red #F34B57

Tints of Radical Red #F34B57

Color information

#F34B57 (or 0xF34B57) is unknown color: approx Radical Red. HEX triplet: F3, 4B and 57. RGB value is (243,75,87). Sum of RGB (Red+Green+Blue) = 243+75+87=405 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 243 - color contains mainly: red. Hex color #F34B57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34B57 is #0CB4A8. Grayscale: #7E7E7E. Windows color (decimal): -832681 or 5721075. OLE color: 5721075.

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

Color convert

RGB2437587-
CMYK00.690.640.05
HSL355.71º87.5%62.35%-
HSV(B)355.71º69.14%95.29%-
XYZ41.224.7711.63-
YUV126.6105.66211.02-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 60%
GREEN value IS 75 (29.69% from 255) = 18.52%
BLUE value IS 87 (34.38% from 255) = 21.48%
R=60%
G=18.52%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243758700.690.640.05355.7187.562.35
HexF34B57045405164583e
Octal3631131270105100554413076
Binary11110011100101110101110100010110000001011011001001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34B57; }

 p { color: rgb(243,75,87); }

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

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

 a { background-color: rgb(243,75,87); }

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

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

 span { border-color: rgb(243,75,87); }

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