#F83F60

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

Shades of Radical Red #F83F60

Tints of Radical Red #F83F60

Color information

#F83F60 (or 0xF83F60) is unknown color: approx Radical Red. HEX triplet: F8, 3F and 60. RGB value is (248,63,96). Sum of RGB (Red+Green+Blue) = 248+63+96=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83F60 is #07C09F. Grayscale: #7A7A7A. Windows color (decimal): -508064 or 6307832. OLE color: 6307832.

HSL color Cylindrical-coordinate representation of color #F83F60: hue angle of 349.3º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83F60 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB2486396-
CMYK00.750.610.03
HSL349.3º92.96%60.98%-
HSV(B)349.3º74.6%97.25%-
XYZ42.624.3613.52-
YUV122.08113.29217.82-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.93%
GREEN value IS 63 (25% from 255) = 15.48%
BLUE value IS 96 (37.89% from 255) = 23.59%
R=60.93%
G=15.48%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248639600.750.610.03349.392.9660.98
HexF83F6004B3D315d5d3d
Octal37077140011375353513575
Binary11111000111111110000001001011111101111010111011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83F60; }

 p { color: rgb(248,63,96); }

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

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

 a { background-color: rgb(248,63,96); }

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

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

 span { border-color: rgb(248,63,96); }

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