#F32C62

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

Shades of Radical Red #F32C62

Tints of Radical Red #F32C62

Color information

#F32C62 (or 0xF32C62) is unknown color: approx Radical Red. HEX triplet: F3, 2C and 62. RGB value is (243,44,98). Sum of RGB (Red+Green+Blue) = 243+44+98=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32C62 is #0CD39D. Grayscale: #6D6D6D. Windows color (decimal): -840606 or 6434035. OLE color: 6434035.

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

Color convert

RGB2434498-
CMYK00.820.600.05
HSL343.72º89.24%56.27%-
HSV(B)343.72º81.89%95.29%-
XYZ40.0721.7413.64-
YUV109.66121.43223.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 63.12%
GREEN value IS 44 (17.58% from 255) = 11.43%
BLUE value IS 98 (38.67% from 255) = 25.45%
R=63.12%
G=11.43%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243449800.820.600.05343.7289.2456.27
HexF32C620523C51585938
Octal36354142012274553013170
Binary111100111011001100010010100101111001011010110001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32C62; }

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

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

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

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

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

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

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

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