#F32264

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

Shades of Radical Red #F32264

Tints of Radical Red #F32264

Color information

#F32264 (or 0xF32264) is unknown color: approx Radical Red. HEX triplet: F3, 22 and 64. RGB value is (243,34,100). Sum of RGB (Red+Green+Blue) = 243+34+100=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F32264 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32264 is #0CDD9B. Grayscale: #676767. Windows color (decimal): -843164 or 6562547. OLE color: 6562547.

HSL color Cylindrical-coordinate representation of color #F32264: hue angle of 341.05º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32264 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB24334100-
CMYK00.860.590.05
HSL341.05º89.7%54.31%-
HSV(B)341.05º86.01%95.29%-
XYZ39.8321.1214.03-
YUV104.02125.74227.13-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 64.46%
GREEN value IS 34 (13.67% from 255) = 9.02%
BLUE value IS 100 (39.45% from 255) = 26.53%
R=64.46%
G=9.02%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2433410000.860.590.05341.0589.754.31
HexF322640563B51555a36
Octal36342144012673552513266
Binary111100111000101100100010101101110111011010101011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32264; }

 p { color: rgb(243,34,100); }

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

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

 a { background-color: rgb(243,34,100); }

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

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

 span { border-color: rgb(243,34,100); }

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