#F32D6C

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

Shades of Radical Red #F32D6C

Tints of Radical Red #F32D6C

Color information

#F32D6C (or 0xF32D6C) is unknown color: approx Radical Red. HEX triplet: F3, 2D and 6C. RGB value is (243,45,108). Sum of RGB (Red+Green+Blue) = 243+45+108=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32D6C is #0CD293. Grayscale: #6F6F6F. Windows color (decimal): -840340 or 7089651. OLE color: 7089651.

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

Color convert

RGB24345108-
CMYK00.810.560.05
HSL340.91º89.19%56.47%-
HSV(B)340.91º81.48%95.29%-
XYZ40.6122.0116.3-
YUV111.38126.1221.88-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 61.36%
GREEN value IS 45 (17.97% from 255) = 11.36%
BLUE value IS 108 (42.58% from 255) = 27.27%
R=61.36%
G=11.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2434510800.810.560.05340.9189.1956.47
HexF32D6C0513851555938
Octal36355154012170552513170
Binary111100111011011101100010100011110001011010101011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32D6C; }

 p { color: rgb(243,45,108); }

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

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

 a { background-color: rgb(243,45,108); }

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

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

 span { border-color: rgb(243,45,108); }

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