#F32C5B

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

Shades of Radical Red #F32C5B

Tints of Radical Red #F32C5B

Color information

#F32C5B (or 0xF32C5B) is unknown color: approx Radical Red. HEX triplet: F3, 2C and 5B. RGB value is (243,44,91). Sum of RGB (Red+Green+Blue) = 243+44+91=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32C5B is #0CD3A4. Grayscale: #6C6C6C. Windows color (decimal): -840613 or 5975283. OLE color: 5975283.

HSL color Cylindrical-coordinate representation of color #F32C5B: hue angle of 345.83º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32C5B is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB2434491-
CMYK00.820.630.05
HSL345.83º89.24%56.27%-
HSV(B)345.83º81.89%95.29%-
XYZ39.7521.6111.97-
YUV108.86117.93223.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 64.29%
GREEN value IS 44 (17.58% from 255) = 11.64%
BLUE value IS 91 (35.94% from 255) = 24.07%
R=64.29%
G=11.64%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243449100.820.630.05345.8389.2456.27
HexF32C5B0523F515a5938
Octal36354133012277553213170
Binary111100111011001011011010100101111111011010110101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32C5B; }

 p { color: rgb(243,44,91); }

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

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

 a { background-color: rgb(243,44,91); }

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

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

 span { border-color: rgb(243,44,91); }

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