#f8424c

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

Shades of Radical Red #F8424C

Tints of Radical Red #F8424C

Color information

#F8424C (or 0xF8424C) is unknown color: approx Radical Red. HEX triplet: F8, 42 and 4C. RGB value is (248,66,76). Sum of RGB (Red+Green+Blue) = 248+66+76=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F8424C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8424C is #07BDB3. Grayscale: #797979. Windows color (decimal): -507316 or 4997880. OLE color: 4997880.

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

Color convert

RGB2486676-
CMYK00.730.690.03
HSL356.7º92.86%61.57%-
HSV(B)356.7º73.39%97.25%-
XYZ41.9624.379.33-
YUV121.56102.3218.19-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 63.59%
GREEN value IS 66 (26.17% from 255) = 16.92%
BLUE value IS 76 (30.08% from 255) = 19.49%
R=63.59%
G=16.92%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248667600.730.690.03356.792.8661.57
HexF8424C0494531655d3e
Octal3701021140111105354513576
Binary1111100010000101001100010010011000101111011001011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8424c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8424c; }

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

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

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

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

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

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

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

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