#F54355

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

Shades of Radical Red #F54355

Tints of Radical Red #F54355

Color information

#F54355 (or 0xF54355) is unknown color: approx Radical Red. HEX triplet: F5, 43 and 55. RGB value is (245,67,85). Sum of RGB (Red+Green+Blue) = 245+67+85=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F54355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54355 is #0ABCAA. Grayscale: #7A7A7A. Windows color (decimal): -703659 or 5587957. OLE color: 5587957.

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

Color convert

RGB2456785-
CMYK00.730.650.04
HSL353.93º89.9%61.18%-
HSV(B)353.93º72.65%96.08%-
XYZ41.324.0811.07-
YUV122.27106.97215.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 61.71%
GREEN value IS 67 (26.56% from 255) = 16.88%
BLUE value IS 85 (33.59% from 255) = 21.41%
R=61.71%
G=16.88%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245678500.730.650.04353.9389.961.18
HexF543550494141625a3d
Octal3651031250111101454213275
Binary11110101100001110101010100100110000011001011000101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54355; }

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

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

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

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

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

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

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

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