#F54153

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

Shades of Radical Red #F54153

Tints of Radical Red #F54153

Color information

#F54153 (or 0xF54153) is unknown color: approx Radical Red. HEX triplet: F5, 41 and 53. RGB value is (245,65,83). Sum of RGB (Red+Green+Blue) = 245+65+83=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F54153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54153 is #0ABEAC. Grayscale: #787878. Windows color (decimal): -704173 or 5456373. OLE color: 5456373.

HSL color Cylindrical-coordinate representation of color #F54153: hue angle of 354º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F54153 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB2456583-
CMYK00.730.660.04
HSL354º90%60.78%-
HSV(B)354º73.47%96.08%-
XYZ41.1123.8210.61-
YUV120.87106.63216.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 62.34%
GREEN value IS 65 (25.78% from 255) = 16.54%
BLUE value IS 83 (32.81% from 255) = 21.12%
R=62.34%
G=16.54%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245658300.730.660.043549060.78
HexF541530494241625a3d
Octal3651011230111102454213275
Binary11110101100000110100110100100110000101001011000101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54153; }

 p { color: rgb(245,65,83); }

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

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

 a { background-color: rgb(245,65,83); }

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

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

 span { border-color: rgb(245,65,83); }

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