#F34B58

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

Shades of Radical Red #F34B58

Tints of Radical Red #F34B58

Color information

#F34B58 (or 0xF34B58) is unknown color: approx Radical Red. HEX triplet: F3, 4B and 58. RGB value is (243,75,88). Sum of RGB (Red+Green+Blue) = 243+75+88=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F34B58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34B58 is #0CB4A7. Grayscale: #7E7E7E. Windows color (decimal): -832680 or 5786611. OLE color: 5786611.

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

Color convert

RGB2437588-
CMYK00.690.640.05
HSL355.36º87.5%62.35%-
HSV(B)355.36º69.14%95.29%-
XYZ41.2424.7911.84-
YUV126.71106.16210.94-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 59.85%
GREEN value IS 75 (29.69% from 255) = 18.47%
BLUE value IS 88 (34.77% from 255) = 21.67%
R=59.85%
G=18.47%
B=21.67%

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
Decimal243758800.690.640.05355.3687.562.35
HexF34B58045405163583e
Octal3631131300105100554313076
Binary11110011100101110110000100010110000001011011000111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34B58; }

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

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

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

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

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

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

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

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