#F32C5A

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

Shades of Radical Red #F32C5A

Tints of Radical Red #F32C5A

Color information

#F32C5A (or 0xF32C5A) is unknown color: approx Radical Red. HEX triplet: F3, 2C and 5A. RGB value is (243,44,90). Sum of RGB (Red+Green+Blue) = 243+44+90=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32C5A is #0CD3A5. Grayscale: #6C6C6C. Windows color (decimal): -840614 or 5909747. OLE color: 5909747.

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

Color convert

RGB2434490-
CMYK00.820.630.05
HSL346.13º89.24%56.27%-
HSV(B)346.13º81.89%95.29%-
XYZ39.7121.5911.75-
YUV108.74117.43223.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 64.46%
GREEN value IS 44 (17.58% from 255) = 11.67%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=64.46%
G=11.67%
B=23.87%

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
Decimal243449000.820.630.05346.1389.2456.27
HexF32C5A0523F515a5938
Octal36354132012277553213170
Binary111100111011001011010010100101111111011010110101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32C5A; }

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

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

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

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

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

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

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

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