#F83A55

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

Shades of Radical Red #F83A55

Tints of Radical Red #F83A55

Color information

#F83A55 (or 0xF83A55) is unknown color: approx Radical Red. HEX triplet: F8, 3A and 55. RGB value is (248,58,85). Sum of RGB (Red+Green+Blue) = 248+58+85=391 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.43% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83A55 is #07C5AA. Grayscale: #757575. Windows color (decimal): -509355 or 5585656. OLE color: 5585656.

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

Color convert

RGB2485885-
CMYK00.770.660.03
HSL351.47º93.14%60%-
HSV(B)351.47º76.61%97.25%-
XYZ41.8623.6410.95-
YUV117.89109.45220.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 63.43%
GREEN value IS 58 (23.05% from 255) = 14.83%
BLUE value IS 85 (33.59% from 255) = 21.74%
R=63.43%
G=14.83%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248588500.770.660.03351.4793.1460
HexF83A5504D42315f5d3c
Octal370721250115102353713574
Binary111110001110101010101010011011000010111010111111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83A55; }

 p { color: rgb(248,58,85); }

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

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

 a { background-color: rgb(248,58,85); }

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

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

 span { border-color: rgb(248,58,85); }

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