#F75556

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

Shades of Radical Red #F75556

Tints of Radical Red #F75556

Color information

#F75556 (or 0xF75556) is unknown color: approx Radical Red. HEX triplet: F7, 55 and 56. RGB value is (247,85,86). Sum of RGB (Red+Green+Blue) = 247+85+86=418 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.09% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 247 - color contains mainly: red. Hex color #F75556 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75556 is #08AAA9. Grayscale: #858585. Windows color (decimal): -567978 or 5658103. OLE color: 5658103.

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

Color convert

RGB2478586-
CMYK00.660.650.03
HSL359.63º91.01%65.1%-
HSV(B)359.63º65.59%96.86%-
XYZ43.2926.9411.72-
YUV133.55101.17208.92-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 59.09%
GREEN value IS 85 (33.59% from 255) = 20.33%
BLUE value IS 86 (33.98% from 255) = 20.57%
R=59.09%
G=20.33%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247858600.660.650.03359.6391.0165.1
HexF755560424131685b41
Octal36712512601021013550133101
Binary11110111101010110101100100001010000011110110100010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75556; }

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

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

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

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

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

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

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

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