#F34752

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

Shades of Radical Red #F34752

Tints of Radical Red #F34752

Color information

#F34752 (or 0xF34752) is unknown color: approx Radical Red. HEX triplet: F3, 47 and 52. RGB value is (243,71,82). Sum of RGB (Red+Green+Blue) = 243+71+82=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F34752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34752 is #0CB8AD. Grayscale: #7B7B7B. Windows color (decimal): -833710 or 5392371. OLE color: 5392371.

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

Color convert

RGB2437182-
CMYK00.710.660.05
HSL356.16º87.76%61.57%-
HSV(B)356.16º70.78%95.29%-
XYZ40.7424.1710.5-
YUV123.68104.48213.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 61.36%
GREEN value IS 71 (28.12% from 255) = 17.93%
BLUE value IS 82 (32.42% from 255) = 20.71%
R=61.36%
G=17.93%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243718200.710.660.05356.1687.7661.57
HexF34752047425164583e
Octal3631071220107102554413076
Binary11110011100011110100100100011110000101011011001001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34752; }

 p { color: rgb(243,71,82); }

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

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

 a { background-color: rgb(243,71,82); }

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

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

 span { border-color: rgb(243,71,82); }

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