#F63C52

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

Shades of Radical Red #F63C52

Tints of Radical Red #F63C52

Color information

#F63C52 (or 0xF63C52) is unknown color: approx Radical Red. HEX triplet: F6, 3C and 52. RGB value is (246,60,82). Sum of RGB (Red+Green+Blue) = 246+60+82=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63C52 is #09C3AD. Grayscale: #767676. Windows color (decimal): -639918 or 5389558. OLE color: 5389558.

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

Color convert

RGB2466082-
CMYK00.760.670.04
HSL352.9º91.18%60%-
HSV(B)352.9º75.61%96.47%-
XYZ41.1423.4310.34-
YUV118.12107.62219.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 63.40%
GREEN value IS 60 (23.83% from 255) = 15.46%
BLUE value IS 82 (32.42% from 255) = 21.13%
R=63.40%
G=15.46%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246608200.760.670.04352.991.1860
HexF63C5204C4341615b3c
Octal366741220114103454113374
Binary1111011011110010100100100110010000111001011000011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63C52; }

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

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

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

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

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

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

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

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