#F75255

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

Shades of Radical Red #F75255

Tints of Radical Red #F75255

Color information

#F75255 (or 0xF75255) is unknown color: approx Radical Red. HEX triplet: F7, 52 and 55. RGB value is (247,82,85). Sum of RGB (Red+Green+Blue) = 247+82+85=414 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.66% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 247 - color contains mainly: red. Hex color #F75255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75255 is #08ADAA. Grayscale: #838383. Windows color (decimal): -568747 or 5591799. OLE color: 5591799.

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

Color convert

RGB2478285-
CMYK00.670.660.03
HSL358.91º91.16%64.51%-
HSV(B)358.91º66.8%96.86%-
XYZ43.0126.4611.44-
YUV131.68101.66210.26-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 59.66%
GREEN value IS 82 (32.42% from 255) = 19.81%
BLUE value IS 85 (33.59% from 255) = 20.53%
R=59.66%
G=19.81%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247828500.670.660.03358.9191.1664.51
HexF752550434231675b41
Octal36712212501031023547133101
Binary11110111101001010101010100001110000101110110011110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75255; }

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

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

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

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

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

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

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

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