#F63353

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

Shades of Radical Red #F63353

Tints of Radical Red #F63353

Color information

#F63353 (or 0xF63353) is unknown color: approx Radical Red. HEX triplet: F6, 33 and 53. RGB value is (246,51,83). Sum of RGB (Red+Green+Blue) = 246+51+83=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F63353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63353 is #09CCAC. Grayscale: #717171. Windows color (decimal): -642221 or 5452790. OLE color: 5452790.

HSL color Cylindrical-coordinate representation of color #F63353: hue angle of 350.15º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F63353 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB2465183-
CMYK00.790.660.04
HSL350.15º91.55%58.24%-
HSV(B)350.15º79.27%96.47%-
XYZ40.7522.5910.4-
YUV112.95111.1222.9-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 64.74%
GREEN value IS 51 (20.31% from 255) = 13.42%
BLUE value IS 83 (32.81% from 255) = 21.84%
R=64.74%
G=13.42%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246518300.790.660.04350.1591.5558.24
HexF6335304F42415e5c3a
Octal366631230117102453613472
Binary1111011011001110100110100111110000101001010111101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63353; }

 p { color: rgb(246,51,83); }

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

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

 a { background-color: rgb(246,51,83); }

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

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

 span { border-color: rgb(246,51,83); }

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