#F84961

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

Shades of Radical Red #F84961

Tints of Radical Red #F84961

Color information

#F84961 (or 0xF84961) is unknown color: approx Radical Red. HEX triplet: F8, 49 and 61. RGB value is (248,73,97). Sum of RGB (Red+Green+Blue) = 248+73+97=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F84961 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84961 is #07B69E. Grayscale: #808080. Windows color (decimal): -505503 or 6375928. OLE color: 6375928.

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

Color convert

RGB2487397-
CMYK00.710.610.03
HSL351.77º92.59%62.94%-
HSV(B)351.77º70.56%97.25%-
XYZ43.2525.5813.97-
YUV128.06110.48213.55-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 59.33%
GREEN value IS 73 (28.91% from 255) = 17.46%
BLUE value IS 97 (38.28% from 255) = 23.21%
R=59.33%
G=17.46%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248739700.710.610.03351.7792.5962.94
HexF849610473D31605d3f
Octal370111141010775354013577
Binary111110001001001110000101000111111101111011000001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84961; }

 p { color: rgb(248,73,97); }

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

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

 a { background-color: rgb(248,73,97); }

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

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

 span { border-color: rgb(248,73,97); }

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