#F54163

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

Shades of Radical Red #F54163

Tints of Radical Red #F54163

Color information

#F54163 (or 0xF54163) is unknown color: approx Radical Red. HEX triplet: F5, 41 and 63. RGB value is (245,65,99). Sum of RGB (Red+Green+Blue) = 245+65+99=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F54163 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54163 is #0ABE9C. Grayscale: #7A7A7A. Windows color (decimal): -704157 or 6504949. OLE color: 6504949.

HSL color Cylindrical-coordinate representation of color #F54163: hue angle of 348.67º 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 #F54163 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB2456599-
CMYK00.730.600.04
HSL348.67º90%60.78%-
HSV(B)348.67º73.47%96.08%-
XYZ41.824.0914.25-
YUV122.7114.63215.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.90%
GREEN value IS 65 (25.78% from 255) = 15.89%
BLUE value IS 99 (39.06% from 255) = 24.21%
R=59.90%
G=15.89%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245659900.730.600.04348.679060.78
HexF541630493C415d5a3d
Octal365101143011174453513275
Binary1111010110000011100011010010011111001001010111011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54163; }

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

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

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

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

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

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

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

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