#F83F42

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

Shades of Radical Red #F83F42

Tints of Radical Red #F83F42

Color information

#F83F42 (or 0xF83F42) is unknown color: approx Radical Red. HEX triplet: F8, 3F and 42. RGB value is (248,63,66). Sum of RGB (Red+Green+Blue) = 248+63+66=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83F42 is #07C0BD. Grayscale: #767676. Windows color (decimal): -508094 or 4341752. OLE color: 4341752.

HSL color Cylindrical-coordinate representation of color #F83F42: hue angle of 359.03º 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 #F83F42 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB2486366-
CMYK00.750.730.03
HSL359.03º92.96%60.98%-
HSV(B)359.03º74.6%97.25%-
XYZ41.4723.97.58-
YUV118.6698.29220.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 65.78%
GREEN value IS 63 (25% from 255) = 16.71%
BLUE value IS 66 (26.17% from 255) = 17.51%
R=65.78%
G=16.71%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248636600.750.730.03359.0392.9660.98
HexF83F4204B4931675d3d
Octal370771020113111354713575
Binary111110001111111000010010010111001001111011001111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83F42; }

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

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

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

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

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

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

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

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