#F32A66

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

Shades of Radical Red #F32A66

Tints of Radical Red #F32A66

Color information

#F32A66 (or 0xF32A66) is unknown color: approx Radical Red. HEX triplet: F3, 2A and 66. RGB value is (243,42,102). Sum of RGB (Red+Green+Blue) = 243+42+102=387 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.79% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32A66 is #0CD599. Grayscale: #6C6C6C. Windows color (decimal): -841114 or 6695667. OLE color: 6695667.

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

Color convert

RGB24342102-
CMYK00.830.580.05
HSL342.09º89.33%55.88%-
HSV(B)342.09º82.72%95.29%-
XYZ40.1921.6714.63-
YUV108.94124.09223.62-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 62.79%
GREEN value IS 42 (16.80% from 255) = 10.85%
BLUE value IS 102 (40.23% from 255) = 26.36%
R=62.79%
G=10.85%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2434210200.830.580.05342.0989.3355.88
HexF32A660533A51565938
Octal36352146012372552613170
Binary111100111010101100110010100111110101011010101101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32A66; }

 p { color: rgb(243,42,102); }

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

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

 a { background-color: rgb(243,42,102); }

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

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

 span { border-color: rgb(243,42,102); }

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