#F92D54

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

Shades of Radical Red #F92D54

Tints of Radical Red #F92D54

Color information

#F92D54 (or 0xF92D54) is unknown color: approx Radical Red. HEX triplet: F9, 2D and 54. RGB value is (249,45,84). Sum of RGB (Red+Green+Blue) = 249+45+84=378 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.87% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92D54 is #06D2AB. Grayscale: #6E6E6E. Windows color (decimal): -447148 or 5516793. OLE color: 5516793.

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

Color convert

RGB2494584-
CMYK00.820.660.02
HSL348.53º94.44%57.65%-
HSV(B)348.53º81.93%97.65%-
XYZ41.6122.6610.57-
YUV110.44113.09226.83-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 65.87%
GREEN value IS 45 (17.97% from 255) = 11.90%
BLUE value IS 84 (33.20% from 255) = 22.22%
R=65.87%
G=11.90%
B=22.22%

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
Decimal249458400.820.660.02348.5394.4457.65
HexF92D5405242215d5e3a
Octal371551240122102253513672
Binary111110011011011010100010100101000010101010111011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92D54; }

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

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

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

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

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

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

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

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