#F34956

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

Shades of Radical Red #F34956

Tints of Radical Red #F34956

Color information

#F34956 (or 0xF34956) is unknown color: approx Radical Red. HEX triplet: F3, 49 and 56. RGB value is (243,73,86). Sum of RGB (Red+Green+Blue) = 243+73+86=402 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.45% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 243 - color contains mainly: red. Hex color #F34956 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34956 is #0CB6A9. Grayscale: #7D7D7D. Windows color (decimal): -833194 or 5655027. OLE color: 5655027.

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

Color convert

RGB2437386-
CMYK00.700.650.05
HSL355.41º87.63%61.96%-
HSV(B)355.41º69.96%95.29%-
XYZ41.0224.4911.37-
YUV125.31105.82211.94-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 60.45%
GREEN value IS 73 (28.91% from 255) = 18.16%
BLUE value IS 86 (33.98% from 255) = 21.39%
R=60.45%
G=18.16%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243738600.700.650.05355.4187.6361.96
HexF34956046415163583e
Octal3631111260106101554313076
Binary11110011100100110101100100011010000011011011000111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34956; }

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

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

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

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

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

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

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

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