#F84372

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

Shades of Radical Red #F84372

Tints of Radical Red #F84372

Color information

#F84372 (or 0xF84372) is unknown color: approx Radical Red. HEX triplet: F8, 43 and 72. RGB value is (248,67,114). Sum of RGB (Red+Green+Blue) = 248+67+114=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F84372 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84372 is #07BC8D. Grayscale: #7E7E7E. Windows color (decimal): -507022 or 7488504. OLE color: 7488504.

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

Color convert

RGB24867114-
CMYK00.730.540.03
HSL344.42º92.82%61.76%-
HSV(B)344.42º72.98%97.25%-
XYZ43.7625.1918.47-
YUV126.48120.97214.68-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.81%
GREEN value IS 67 (26.56% from 255) = 15.62%
BLUE value IS 114 (44.92% from 255) = 26.57%
R=57.81%
G=15.62%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2486711400.730.540.03344.4292.8261.76
HexF843720493631585d3e
Octal370103162011166353013576
Binary111110001000011111001001001001110110111010110001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84372; }

 p { color: rgb(248,67,114); }

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

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

 a { background-color: rgb(248,67,114); }

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

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

 span { border-color: rgb(248,67,114); }

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