#F84154

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

Shades of Radical Red #F84154

Tints of Radical Red #F84154

Color information

#F84154 (or 0xF84154) is unknown color: approx Radical Red. HEX triplet: F8, 41 and 54. RGB value is (248,65,84). Sum of RGB (Red+Green+Blue) = 248+65+84=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F84154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84154 is #07BEAB. Grayscale: #797979. Windows color (decimal): -507564 or 5521912. OLE color: 5521912.

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

Color convert

RGB2486584-
CMYK00.740.660.03
HSL353.77º92.89%61.37%-
HSV(B)353.77º73.79%97.25%-
XYZ42.224.3810.87-
YUV121.88106.63217.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 62.47%
GREEN value IS 65 (25.78% from 255) = 16.37%
BLUE value IS 84 (33.20% from 255) = 21.16%
R=62.47%
G=16.37%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248658400.740.660.03353.7792.8961.37
HexF8415404A4231625d3d
Octal3701011240112102354213575
Binary1111100010000011010100010010101000010111011000101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84154; }

 p { color: rgb(248,65,84); }

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

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

 a { background-color: rgb(248,65,84); }

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

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

 span { border-color: rgb(248,65,84); }

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