#F75355

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

Shades of Radical Red #F75355

Tints of Radical Red #F75355

Color information

#F75355 (or 0xF75355) is unknown color: approx Radical Red. HEX triplet: F7, 53 and 55. RGB value is (247,83,85). Sum of RGB (Red+Green+Blue) = 247+83+85=415 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.52% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 247 - color contains mainly: red. Hex color #F75355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75355 is #08ACAA. Grayscale: #848484. Windows color (decimal): -568491 or 5592055. OLE color: 5592055.

HSL color Cylindrical-coordinate representation of color #F75355: hue angle of 359.27º 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 #F75355 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB2478385-
CMYK00.660.660.03
HSL359.27º91.11%64.71%-
HSV(B)359.27º66.4%96.86%-
XYZ43.0926.6211.46-
YUV132.26101.33209.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 59.52%
GREEN value IS 83 (32.81% from 255) = 20%
BLUE value IS 85 (33.59% from 255) = 20.48%
R=59.52%
G=20%
B=20.48%

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
Decimal247838500.660.660.03359.2791.1164.71
HexF753550424231675b41
Octal36712312501021023547133101
Binary11110111101001110101010100001010000101110110011110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75355; }

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

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

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

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

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

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

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

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