#F63372

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

Shades of Radical Red #F63372

Tints of Radical Red #F63372

Color information

#F63372 (or 0xF63372) is unknown color: approx Radical Red. HEX triplet: F6, 33 and 72. RGB value is (246,51,114). Sum of RGB (Red+Green+Blue) = 246+51+114=411 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.85% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 246 - color contains mainly: red. Hex color #F63372 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63372 is #09CC8D. Grayscale: #747474. Windows color (decimal): -642190 or 7484406. OLE color: 7484406.

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

Color convert

RGB24651114-
CMYK00.790.540.04
HSL340.62º91.55%58.24%-
HSV(B)340.62º79.27%96.47%-
XYZ42.2323.1818.17-
YUV116.49126.6220.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 59.85%
GREEN value IS 51 (20.31% from 255) = 12.41%
BLUE value IS 114 (44.92% from 255) = 27.74%
R=59.85%
G=12.41%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2465111400.790.540.04340.6291.5558.24
HexF6337204F3641555c3a
Octal36663162011766452513472
Binary111101101100111110010010011111101101001010101011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63372; }

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

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

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

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

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

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

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

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