#F15051

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

Shades of Radical Red #F15051

Tints of Radical Red #F15051

Color information

#F15051 (or 0xF15051) is unknown color: approx Radical Red. HEX triplet: F1, 50 and 51. RGB value is (241,80,81). Sum of RGB (Red+Green+Blue) = 241+80+81=402 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.95% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 241 - color contains mainly: red. Hex color #F15051 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15051 is #0EAFAE. Grayscale: #808080. Windows color (decimal): -962479 or 5329137. OLE color: 5329137.

HSL color Cylindrical-coordinate representation of color #F15051: hue angle of 359.63º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F15051 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB2418081-
CMYK00.670.660.05
HSL359.63º85.19%62.94%-
HSV(B)359.63º66.8%94.51%-
XYZ40.6325.0310.47-
YUV128.25101.34208.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.95%
GREEN value IS 80 (31.64% from 255) = 19.90%
BLUE value IS 81 (32.03% from 255) = 20.15%
R=59.95%
G=19.90%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241808100.670.660.05359.6385.1962.94
HexF15051043425168553f
Octal3611201210103102555012577
Binary11110001101000010100010100001110000101011011010001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15051; }

 p { color: rgb(241,80,81); }

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

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

 a { background-color: rgb(241,80,81); }

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

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

 span { border-color: rgb(241,80,81); }

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