#F63375

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

Shades of Radical Red #F63375

Tints of Radical Red #F63375

Color information

#F63375 (or 0xF63375) is unknown color: approx Radical Red. HEX triplet: F6, 33 and 75. RGB value is (246,51,117). Sum of RGB (Red+Green+Blue) = 246+51+117=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F63375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63375 is #09CC8A. Grayscale: #747474. Windows color (decimal): -642187 or 7681014. OLE color: 7681014.

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

Color convert

RGB24651117-
CMYK00.790.520.04
HSL339.69º91.55%58.24%-
HSV(B)339.69º79.27%96.47%-
XYZ42.423.2419.08-
YUV116.83128.1220.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 59.42%
GREEN value IS 51 (20.31% from 255) = 12.32%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=59.42%
G=12.32%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2465111700.790.520.04339.6991.5558.24
HexF6337504F3441545c3a
Octal36663165011764452413472
Binary111101101100111110101010011111101001001010101001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63375; }

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

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

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

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

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

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

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

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