#F63C55

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

Shades of Radical Red #F63C55

Tints of Radical Red #F63C55

Color information

#F63C55 (or 0xF63C55) is unknown color: approx Radical Red. HEX triplet: F6, 3C and 55. RGB value is (246,60,85). Sum of RGB (Red+Green+Blue) = 246+60+85=391 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.92% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63C55 is #09C3AA. Grayscale: #767676. Windows color (decimal): -639915 or 5586166. OLE color: 5586166.

HSL color Cylindrical-coordinate representation of color #F63C55: hue angle of 351.94º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63C55 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB2466085-
CMYK00.760.650.04
HSL351.94º91.18%60%-
HSV(B)351.94º75.61%96.47%-
XYZ41.2623.4810.95-
YUV118.46109.12218.97-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 62.92%
GREEN value IS 60 (23.83% from 255) = 15.35%
BLUE value IS 85 (33.59% from 255) = 21.74%
R=62.92%
G=15.35%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246608500.760.650.04351.9491.1860
HexF63C5504C4141605b3c
Octal366741250114101454013374
Binary1111011011110010101010100110010000011001011000001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63C55; }

 p { color: rgb(246,60,85); }

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

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

 a { background-color: rgb(246,60,85); }

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

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

 span { border-color: rgb(246,60,85); }

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