#F54363

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

Shades of Radical Red #F54363

Tints of Radical Red #F54363

Color information

#F54363 (or 0xF54363) is unknown color: approx Radical Red. HEX triplet: F5, 43 and 63. RGB value is (245,67,99). Sum of RGB (Red+Green+Blue) = 245+67+99=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 67 (26.56% from 255 or 16.30% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F54363 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54363 is #0ABC9C. Grayscale: #7B7B7B. Windows color (decimal): -703645 or 6505461. OLE color: 6505461.

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

Color convert

RGB2456799-
CMYK00.730.600.04
HSL349.21º89.9%61.18%-
HSV(B)349.21º72.65%96.08%-
XYZ41.9224.3314.29-
YUV123.87113.97214.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.61%
GREEN value IS 67 (26.56% from 255) = 16.30%
BLUE value IS 99 (39.06% from 255) = 24.09%
R=59.61%
G=16.30%
B=24.09%

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
Decimal245679900.730.600.04349.2189.961.18
HexF543630493C415d5a3d
Octal365103143011174453513275
Binary1111010110000111100011010010011111001001010111011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54363; }

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

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

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

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

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

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

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

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