#F54164

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

Shades of Radical Red #F54164

Tints of Radical Red #F54164

Color information

#F54164 (or 0xF54164) is unknown color: approx Radical Red. HEX triplet: F5, 41 and 64. RGB value is (245,65,100). Sum of RGB (Red+Green+Blue) = 245+65+100=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F54164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54164 is #0ABE9B. Grayscale: #7A7A7A. Windows color (decimal): -704156 or 6570485. OLE color: 6570485.

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

Color convert

RGB24565100-
CMYK00.730.590.04
HSL348.33º90%60.78%-
HSV(B)348.33º73.47%96.08%-
XYZ41.8524.1114.51-
YUV122.81115.13215.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.76%
GREEN value IS 65 (25.78% from 255) = 15.85%
BLUE value IS 100 (39.45% from 255) = 24.39%
R=59.76%
G=15.85%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456510000.730.590.04348.339060.78
HexF541640493B415c5a3d
Octal365101144011173453413275
Binary1111010110000011100100010010011110111001010111001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54164; }

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

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

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

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

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

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

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

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