#F83B55

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

Shades of Radical Red #F83B55

Tints of Radical Red #F83B55

Color information

#F83B55 (or 0xF83B55) is unknown color: approx Radical Red. HEX triplet: F8, 3B and 55. RGB value is (248,59,85). Sum of RGB (Red+Green+Blue) = 248+59+85=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F83B55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83B55 is #07C4AA. Grayscale: #767676. Windows color (decimal): -509099 or 5585912. OLE color: 5585912.

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

Color convert

RGB2485985-
CMYK00.760.660.03
HSL351.75º93.1%60.2%-
HSV(B)351.75º76.21%97.25%-
XYZ41.9223.7410.97-
YUV118.48109.12220.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 63.27%
GREEN value IS 59 (23.44% from 255) = 15.05%
BLUE value IS 85 (33.59% from 255) = 21.68%
R=63.27%
G=15.05%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248598500.760.660.03351.7593.160.2
HexF83B5504C4231605d3c
Octal370731250114102354013574
Binary111110001110111010101010011001000010111011000001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83B55; }

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

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

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

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

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

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

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

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