#F75153

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

Shades of Radical Red #F75153

Tints of Radical Red #F75153

Color information

#F75153 (or 0xF75153) is unknown color: approx Radical Red. HEX triplet: F7, 51 and 53. RGB value is (247,81,83). Sum of RGB (Red+Green+Blue) = 247+81+83=411 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.10% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 247 - color contains mainly: red. Hex color #F75153 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75153 is #08AEAC. Grayscale: #838383. Windows color (decimal): -569005 or 5460471. OLE color: 5460471.

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

Color convert

RGB2478183-
CMYK00.670.660.03
HSL359.28º91.21%64.31%-
HSV(B)359.28º67.21%96.86%-
XYZ42.8626.2811-
YUV130.86101210.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 60.10%
GREEN value IS 81 (32.03% from 255) = 19.71%
BLUE value IS 83 (32.81% from 255) = 20.19%
R=60.10%
G=19.71%
B=20.19%

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
Decimal247818300.670.660.03359.2891.2164.31
HexF751530434231675b40
Octal36712112301031023547133100
Binary11110111101000110100110100001110000101110110011110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75153; }

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

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

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

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

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

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

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

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