#F92C56

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

Shades of Radical Red #F92C56

Tints of Radical Red #F92C56

Color information

#F92C56 (or 0xF92C56) is unknown color: approx Radical Red. HEX triplet: F9, 2C and 56. RGB value is (249,44,86). Sum of RGB (Red+Green+Blue) = 249+44+86=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92C56 is #06D3A9. Grayscale: #6E6E6E. Windows color (decimal): -447402 or 5647609. OLE color: 5647609.

HSL color Cylindrical-coordinate representation of color #F92C56: hue angle of 347.71º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92C56 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB2494486-
CMYK00.820.650.02
HSL347.71º94.47%57.45%-
HSV(B)347.71º82.33%97.65%-
XYZ41.6522.6110.97-
YUV110.08114.42227.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 65.70%
GREEN value IS 44 (17.58% from 255) = 11.61%
BLUE value IS 86 (33.98% from 255) = 22.69%
R=65.70%
G=11.61%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249448600.820.650.02347.7194.4757.45
HexF92C5605241215c5e39
Octal371541260122101253413671
Binary111110011011001010110010100101000001101010111001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92C56; }

 p { color: rgb(249,44,86); }

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

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

 a { background-color: rgb(249,44,86); }

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

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

 span { border-color: rgb(249,44,86); }

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