#F75354

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

Shades of Radical Red #F75354

Tints of Radical Red #F75354

Color information

#F75354 (or 0xF75354) is unknown color: approx Radical Red. HEX triplet: F7, 53 and 54. RGB value is (247,83,84). Sum of RGB (Red+Green+Blue) = 247+83+84=414 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.66% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 247 - color contains mainly: red. Hex color #F75354 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75354 is #08ACAB. Grayscale: #848484. Windows color (decimal): -568492 or 5526519. OLE color: 5526519.

HSL color Cylindrical-coordinate representation of color #F75354: hue angle of 359.63º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F75354 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB2478384-
CMYK00.660.660.03
HSL359.63º91.11%64.71%-
HSV(B)359.63º66.4%96.86%-
XYZ43.0526.611.25-
YUV132.15100.83209.92-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 59.66%
GREEN value IS 83 (32.81% from 255) = 20.05%
BLUE value IS 84 (33.20% from 255) = 20.29%
R=59.66%
G=20.05%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247838400.660.660.03359.6391.1164.71
HexF753540424231685b41
Octal36712312401021023550133101
Binary11110111101001110101000100001010000101110110100010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75354; }

 p { color: rgb(247,83,84); }

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

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

 a { background-color: rgb(247,83,84); }

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

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

 span { border-color: rgb(247,83,84); }

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