#F92C54

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

Shades of Radical Red #F92C54

Tints of Radical Red #F92C54

Color information

#F92C54 (or 0xF92C54) is unknown color: approx Radical Red. HEX triplet: F9, 2C and 54. RGB value is (249,44,84). Sum of RGB (Red+Green+Blue) = 249+44+84=377 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.05% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92C54 is #06D3AB. Grayscale: #6D6D6D. Windows color (decimal): -447404 or 5516537. OLE color: 5516537.

HSL color Cylindrical-coordinate representation of color #F92C54: hue angle of 348.29º 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 #F92C54 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB2494484-
CMYK00.820.660.02
HSL348.29º94.47%57.45%-
HSV(B)348.29º82.33%97.65%-
XYZ41.5722.5810.56-
YUV109.85113.42227.25-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 66.05%
GREEN value IS 44 (17.58% from 255) = 11.67%
BLUE value IS 84 (33.20% from 255) = 22.28%
R=66.05%
G=11.67%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249448400.820.660.02348.2994.4757.45
HexF92C5405242215c5e39
Octal371541240122102253413671
Binary111110011011001010100010100101000010101010111001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92C54; }

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

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

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

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

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

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

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

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