#F65156

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

Shades of Radical Red #F65156

Tints of Radical Red #F65156

Color information

#F65156 (or 0xF65156) is unknown color: approx Radical Red. HEX triplet: F6, 51 and 56. RGB value is (246,81,86). Sum of RGB (Red+Green+Blue) = 246+81+86=413 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.56% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 246 - color contains mainly: red. Hex color #F65156 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65156 is #09AEA9. Grayscale: #838383. Windows color (decimal): -634538 or 5657078. OLE color: 5657078.

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

Color convert

RGB2468186-
CMYK00.670.650.04
HSL358.18º90.16%64.12%-
HSV(B)358.18º67.07%96.47%-
XYZ42.6326.1511.6-
YUV130.9102.66210.09-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 59.56%
GREEN value IS 81 (32.03% from 255) = 19.61%
BLUE value IS 86 (33.98% from 255) = 20.82%
R=59.56%
G=19.61%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246818600.670.650.04358.1890.1664.12
HexF651560434141665a40
Octal36612112601031014546132100
Binary111101101010001101011001000011100000110010110011010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65156; }

 p { color: rgb(246,81,86); }

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

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

 a { background-color: rgb(246,81,86); }

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

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

 span { border-color: rgb(246,81,86); }

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